From 6c6f2e49e40a8728c6b0102c58b17d37dac901af Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 12 Feb 2016 02:18:24 +0100 Subject: [PATCH] avcodec/h264_slice: remove duplicate unconditional picture_structure setting code Signed-off-by: Michael Niedermayer --- libavcodec/h264_slice.c | 1 - 1 file changed, 1 deletion(-) 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;