# HG changeset patch # User michael # Date 1095186903 0 # Node ID 53f407cf1f183f6ab8643c424e4a160aa0331c1a # Parent 5ca45491294b803d6b8aac754630fb565d822378 comment fix diff -r 5ca45491294b -r 53f407cf1f18 mpegvideo.c --- a/mpegvideo.c Tue Sep 14 17:17:12 2004 +0000 +++ b/mpegvideo.c Tue Sep 14 18:35:03 2004 +0000 @@ -4234,7 +4234,7 @@ s->mb_skiped=0; s->dquant=0; //only for QP_RD - if(mb_type & (mb_type-1) || (s->flags & CODEC_FLAG_QP_RD)){ // more than 1 MB type possible + if(mb_type & (mb_type-1) || (s->flags & CODEC_FLAG_QP_RD)){ // more than 1 MB type possible or CODEC_FLAG_QP_RD int next_block=0; int pb_bits_count, pb2_bits_count, tex_pb_bits_count;