You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/h264_slice: Also copy x264_build in ff_h264_update_thread_context()
Fixes fate-h264-lossless Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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?
|
||||
|
Reference in New Issue
Block a user