Commit e44e4837 authored by Michael Niedermayer's avatar Michael Niedermayer

Reset frame_num for MMCO 5.

Fixes at least
MR2_TANDBERG_E.264

Originally committed as revision 14338 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2e916cb3
......@@ -3539,6 +3539,7 @@ static int execute_ref_pic_marking(H264Context *h, MMCO *mmco, int mmco_count){
pic= remove_long(h, j);
if(pic) unreference_pic(h, pic, 0);
}
s->current_picture_ptr->frame_num= 0;
break;
default: assert(0);
}
......
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