[FFmpeg-cvslog] avcodec/h264_slice: remove duplicate unconditional picture_structure setting code

Michael Niedermayer git at videolan.org
Fri Feb 12 04:42:30 CET 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Fri Feb 12 02:18:24 2016 +0100| [6c6f2e49e40a8728c6b0102c58b17d37dac901af] | committer: Michael Niedermayer

avcodec/h264_slice: remove duplicate unconditional picture_structure setting code

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6c6f2e49e40a8728c6b0102c58b17d37dac901af
---

 libavcodec/h264_slice.c |    1 -
 1 file changed, 1 deletion(-)

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;



More information about the ffmpeg-cvslog mailing list