--- trunk/vfw/src/codec.c 2002/06/23 03:59:49 235 +++ 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)) {