--- trunk/xvidcore/examples/ex1/ex1.c 2002/06/20 14:25:44 230 +++ trunk/xvidcore/examples/ex1/ex1.c 2002/06/21 07:02:59 231 @@ -72,7 +72,6 @@ frame->colorspace = XVID_CSP_YV12; // the test.yuv format is YV12 frame->quant = 0; // CBR mode - frame->general = 0; frame->general |= XVID_MPEGQUANT; // Use MPEG quant frame->quant_inter_matrix = NULL; // Use default quant matrix frame->quant_intra_matrix = NULL;