diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c index 6395cee2db..6a80d894e1 100644 --- a/libavcodec/h264_slice.c +++ b/libavcodec/h264_slice.c @@ -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;