You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
h264: slice-mt: get last_pic_dropable from master context
Fixes fate-h264-conformance-cvnlfi2_sony_h and smllwebdl.mkv from https://github.com/OpenELEC/OpenELEC.tv/issues/1557 .
This commit is contained in:
committed by
Michael Niedermayer
parent
7885fa7685
commit
24c62ea7a5
@@ -2682,7 +2682,7 @@ static int decode_slice_header(H264Context *h, H264Context *h0)
|
|||||||
h->mb_mbaff = 0;
|
h->mb_mbaff = 0;
|
||||||
h->mb_aff_frame = 0;
|
h->mb_aff_frame = 0;
|
||||||
last_pic_structure = s0->picture_structure;
|
last_pic_structure = s0->picture_structure;
|
||||||
last_pic_dropable = s->dropable;
|
last_pic_dropable = s0->dropable;
|
||||||
s->dropable = h->nal_ref_idc == 0;
|
s->dropable = h->nal_ref_idc == 0;
|
||||||
if (h->sps.frame_mbs_only_flag) {
|
if (h->sps.frame_mbs_only_flag) {
|
||||||
s->picture_structure = PICT_FRAME;
|
s->picture_structure = PICT_FRAME;
|
||||||
|
Reference in New Issue
Block a user