summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_slice.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-02-12 02:18:24 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-02-12 04:37:35 +0100
commit6c6f2e49e40a8728c6b0102c58b17d37dac901af (patch)
tree923d6a89516a4d855d4368048daf29eb7a07e882 /libavcodec/h264_slice.c
parent1e2fd57fc0967249917e5ec330f22746a75eca64 (diff)
downloadffmpeg-streaming-6c6f2e49e40a8728c6b0102c58b17d37dac901af.zip
ffmpeg-streaming-6c6f2e49e40a8728c6b0102c58b17d37dac901af.tar.gz
avcodec/h264_slice: remove duplicate unconditional picture_structure setting code
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/h264_slice.c')
-rw-r--r--libavcodec/h264_slice.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c
index 6395cee..6a80d89 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;
OpenPOWER on IntegriCloud