diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c index 7c06489d26..867ff3914e 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?