mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
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
This commit is contained in:
parent
2e916cb392
commit
e44e48372b
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user