--- trunk/vfw/src/codec.c 2002/07/09 22:19:43 277 +++ trunk/vfw/src/codec.c 2002/07/10 13:02:15 278 @@ -510,6 +510,10 @@ frame.intra = 0; } +#ifdef BFRAMES + frame.bquant = 0; +#endif + OutputDebugString(" "); switch (xvid_encore(codec->ehandle, XVID_ENC_ENCODE, &frame, &stats)) {