Commit d75fa8df authored by michael's avatar michael

Reset frame_num for MMCO 5.

Fixes at least
MR2_TANDBERG_E.264


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14338 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ee583480
......@@ -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