Commit c0e93b0b authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

remove unsupported frame durations from helper func

parent 13fa1b7c
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -104,16 +104,8 @@ LC3PLUS_FrameDuration IVAS_LC3PLUS_UsToLC3plusFrameDuration(
{
    switch ( lc3PlusFrameDurationUs )
    {
#ifdef CR9_C_ADD_1p25MS /* TODO LC3plus: verify switch stripping on update */
        case 1250:
            return LC3PLUS_FRAME_DURATION_1p25MS;
#endif
        case 2500:
            return LC3PLUS_FRAME_DURATION_2p5MS;
        case 5000:
            return LC3PLUS_FRAME_DURATION_5MS;
        case 7500:
            return LC3PLUS_FRAME_DURATION_7p5MS;
        case 10000:
            return LC3PLUS_FRAME_DURATION_10MS;
        default: