Commit 2aa5710d authored by vaillancour's avatar vaillancour Committed by Sandesh Venkatesh
Browse files

fix clang

parent bb876b28
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -3667,7 +3667,11 @@ void ProcessIGF_fx(
    Word16 igfGridIdx;
    Word16 isIndepFlag;
    Word16 bsBits;
#if 0
    Word16 bsStart, pBsStart;
#else
    Word16 pBsStart;
#endif
    BSTR_ENC_HANDLE hBstr = st->hBstr;
    IGF_ENC_INSTANCE_HANDLE hIGFEnc = st->hIGFEnc;

@@ -3744,8 +3748,9 @@ void ProcessIGF_fx(
        }
    }

#if 0
    bsStart = hBstr->next_ind_fx;

#endif
    move16();
    hInstance->infoTotalBitsPerFrameWritten = 0;
    move16();