You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/h264_slice: remove duplicate unconditional picture_structure setting code
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -1477,7 +1477,6 @@ int ff_h264_decode_slice_header(H264Context *h, H264SliceContext *sl)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h->picture_structure = picture_structure;
|
|
||||||
if (!h->setup_finished) {
|
if (!h->setup_finished) {
|
||||||
h->droppable = droppable;
|
h->droppable = droppable;
|
||||||
h->picture_structure = picture_structure;
|
h->picture_structure = picture_structure;
|
||||||
|
Reference in New Issue
Block a user