changeset 2230:53f407cf1f18 libavcodec

comment fix
author michael
date Tue, 14 Sep 2004 18:35:03 +0000
parents 5ca45491294b
children c87bab25f89f
files mpegvideo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;