Commit a107d305 authored by Stephane Ragot's avatar Stephane Ragot
Browse files

fix warning

parent 0b637afc
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -1163,6 +1163,13 @@ void stereo_dmx_evs_enc(

    int16_t input_frame;

#ifdef BINAURAL_AUDIO_CMDLINE
    if (is_binaural)
    {
        /* use of is_binaural flag is to be considered */
    }
#endif

    input_frame = (int16_t) ( input_Fs / FRAMES_PER_SEC );

    for ( n = 0; n < input_frame; n++ )