--- trunk/xvidcore/examples/ex1/ex1.c 2002/06/17 12:23:32 221 +++ trunk/xvidcore/examples/ex1/ex1.c 2002/06/19 01:00:14 222 @@ -55,7 +55,9 @@ param->max_quantizer = 31; param->max_key_interval = 100; +#ifdef BFRAMES param->max_bframes = 0; // Disable B-frame +#endif } void set_enc_frame(XVID_ENC_FRAME *frame)