Revision 3d542120 libavcodec/h264.c
libavcodec/h264.c | ||
---|---|---|
1908 | 1908 |
h->prev_frame_num++; |
1909 | 1909 |
h->prev_frame_num %= 1<<h->sps.log2_max_frame_num; |
1910 | 1910 |
s->current_picture_ptr->frame_num= h->prev_frame_num; |
1911 |
ff_h264_execute_ref_pic_marking(h, NULL, 0); |
|
1911 |
ff_generate_sliding_window_mmcos(h); |
|
1912 |
ff_h264_execute_ref_pic_marking(h, h->mmco, h->mmco_index); |
|
1912 | 1913 |
} |
1913 | 1914 |
|
1914 | 1915 |
/* See if we have a decoded first field looking for a pair... */ |
Also available in: Unified diff