[FFmpeg-cvslog] avcodec/h264_slice: Also copy x264_build in ff_h264_update_thread_context( )

Michael Niedermayer git at videolan.org
Wed Apr 29 15:22:25 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Apr 29 15:13:24 2015 +0200| [4a95cd5d9b4b5a48e438827c9c8f048d86abc14c] | committer: Michael Niedermayer

avcodec/h264_slice: Also copy x264_build in ff_h264_update_thread_context()

Fixes fate-h264-lossless

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/h264_slice.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c
index 7c06489..867ff39 100644
--- a/libavcodec/h264_slice.c
+++ b/libavcodec/h264_slice.c
@@ -521,6 +521,7 @@ int ff_h264_update_thread_context(AVCodecContext *dst,
     // extradata/NAL handling
     h->is_avc = h1->is_avc;
     h->nal_length_size = h1->nal_length_size;
+    h->x264_build      = h1->x264_build;
 
     // Dequantization matrices
     // FIXME these are big - can they be only copied when PPS changes?



More information about the ffmpeg-cvslog mailing list