mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
Merge remote-tracking branch 'qatar/master'
* qatar/master: h264: fix frame reordering code. fate: Add a test for the VBLE decoder doc: break some long lines in developer.texi drawtext: make x and y parametric drawtext: manage memory allocation better drawtext: refactor draw_text doc: remove space between variable and post increment in example code Conflicts: doc/developer.texi doc/filters.texi libavcodec/h264.c libavfilter/vf_drawtext.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@ -582,13 +582,9 @@ int ff_h264_execute_ref_pic_marking(H264Context *h, MMCO *mmco, int mmco_count){
|
||||
for(j = 0; j < 16; j++) {
|
||||
remove_long(h, j, 0);
|
||||
}
|
||||
s->current_picture_ptr->poc=
|
||||
s->current_picture_ptr->field_poc[0]=
|
||||
s->current_picture_ptr->field_poc[1]=
|
||||
h->poc_lsb=
|
||||
h->poc_msb=
|
||||
h->frame_num=
|
||||
s->current_picture_ptr->frame_num= 0;
|
||||
h->mmco_reset = 1;
|
||||
s->current_picture_ptr->mmco_reset=1;
|
||||
break;
|
||||
default: assert(0);
|
||||
|
Reference in New Issue
Block a user