Commit 6c6f2e49 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/h264_slice: remove duplicate unconditional picture_structure setting code

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 1e2fd57f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment