Commit d32064c0 authored by Michael Niedermayer's avatar Michael Niedermayer

comment fix

Originally committed as revision 3462 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2d3601b5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment