mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Re-indent after PAFF MMCO implementation patch.
patch by Jeff Downs, heydowns a borg d com original thread: Subject: [FFmpeg-devel] [PATCH] Implement PAFF in H.264 Date: 18/09/07 20:30 Originally committed as revision 10679 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0ae969faed
commit
5a421d538e
@ -3493,10 +3493,10 @@ static int execute_ref_pic_marking(H264Context *h, MMCO *mmco, int mmco_count){
|
|||||||
if(pic) unreference_pic(h, pic, 0);
|
if(pic) unreference_pic(h, pic, 0);
|
||||||
|
|
||||||
h->long_ref[ mmco[i].long_arg ]= remove_short(h, frame_num);
|
h->long_ref[ mmco[i].long_arg ]= remove_short(h, frame_num);
|
||||||
if (h->long_ref[ mmco[i].long_arg ]){
|
if (h->long_ref[ mmco[i].long_arg ]){
|
||||||
h->long_ref[ mmco[i].long_arg ]->long_ref=1;
|
h->long_ref[ mmco[i].long_arg ]->long_ref=1;
|
||||||
h->long_ref_count++;
|
h->long_ref_count++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case MMCO_LONG2UNUSED:
|
case MMCO_LONG2UNUSED:
|
||||||
@ -3530,12 +3530,12 @@ static int execute_ref_pic_marking(H264Context *h, MMCO *mmco, int mmco_count){
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (unref_pic) {
|
if (unref_pic) {
|
||||||
pic= remove_long(h, mmco[i].long_arg);
|
pic= remove_long(h, mmco[i].long_arg);
|
||||||
if(pic) unreference_pic(h, pic, 0);
|
if(pic) unreference_pic(h, pic, 0);
|
||||||
|
|
||||||
h->long_ref[ mmco[i].long_arg ]= s->current_picture_ptr;
|
h->long_ref[ mmco[i].long_arg ]= s->current_picture_ptr;
|
||||||
h->long_ref[ mmco[i].long_arg ]->long_ref=1;
|
h->long_ref[ mmco[i].long_arg ]->long_ref=1;
|
||||||
h->long_ref_count++;
|
h->long_ref_count++;
|
||||||
}
|
}
|
||||||
|
|
||||||
s->current_picture_ptr->reference |= s->picture_structure;
|
s->current_picture_ptr->reference |= s->picture_structure;
|
||||||
|
Loading…
Reference in New Issue
Block a user