Skip to content
Snippets Groups Projects
Commit 4a95cd5d authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avcodec/h264_slice: Also copy x264_build in ff_h264_update_thread_context()


Fixes fate-h264-lossless

Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent bd7dce59
No related branches found
No related tags found
No related merge requests found
......@@ -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?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment