avcodec/h264_slice: remove duplicate unconditional picture_structure setting code

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2016-02-12 02:18:24 +01:00
parent 1e2fd57fc0
commit 6c6f2e49e4
1 changed files with 0 additions and 1 deletions

View File

@ -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;