avcodec/h264_slice: remove duplicate unconditional picture_structure setting code
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
1e2fd57fc0
commit
6c6f2e49e4
@ -1477,7 +1477,6 @@ int ff_h264_decode_slice_header(H264Context *h, H264SliceContext *sl)
|
||||
}
|
||||
}
|
||||
|
||||
h->picture_structure = picture_structure;
|
||||
if (!h->setup_finished) {
|
||||
h->droppable = droppable;
|
||||
h->picture_structure = picture_structure;
|
||||
|
Loading…
x
Reference in New Issue
Block a user