comment fix

Originally committed as revision 3462 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2004-09-14 18:35:03 +00:00
parent 2d3601b564
commit d32064c0f7
1 changed files with 1 additions and 1 deletions

View File

@ -4234,7 +4234,7 @@ static int encode_thread(AVCodecContext *c, void *arg){
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;