Commit e80cfb8a authored by bayers's avatar bayers
Browse files

in new code accept an already accepted switch (namely NONBE_UNIFIED_DECODING_PATHS)

parent c3b94402
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -3443,9 +3443,7 @@ static ivas_error decodeVoIP(
            }
        }

#ifdef NONBE_UNIFIED_DECODING_PATHS
        vec_pos_update = ( vec_pos_update + 1 ) % vec_pos_len;
#endif
        frame++;
        if ( !arg.quietModeEnabled )
        {
@@ -3458,7 +3456,6 @@ static ivas_error decodeVoIP(
#endif
        }

#ifdef NONBE_UNIFIED_DECODING_PATHS
        /* reference vector */
        if ( arg.enableReferenceVectorTracking && vec_pos_update == 0 )
        {
@@ -3577,8 +3574,6 @@ static ivas_error decodeVoIP(
                }
            }
        }
#endif

    } while ( nSamplesFlushed > 0 );
#endif