--- encoder.h 2002/05/01 13:00:01 1.6 +++ encoder.h 2002/05/06 10:07:19 1.7 @@ -56,6 +56,10 @@ uint32_t fincr; uint32_t fbase; +#ifdef BFRAMES + int max_bframes; +#endif + /* rounding type; alternate 0-1 after each interframe */ /* 1 <= fixed_code <= 4 automatically adjusted using motion vector statistics inside @@ -136,7 +140,6 @@ #ifdef BFRAMES /* constants */ - int max_bframes; int bquant_ratio; /* vars */ int bframenum_head;