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:
parent
bd7dce594e
commit
4a95cd5d9b
@ -521,6 +521,7 @@ int ff_h264_update_thread_context(AVCodecContext *dst,
|
|||||||
// extradata/NAL handling
|
// extradata/NAL handling
|
||||||
h->is_avc = h1->is_avc;
|
h->is_avc = h1->is_avc;
|
||||||
h->nal_length_size = h1->nal_length_size;
|
h->nal_length_size = h1->nal_length_size;
|
||||||
|
h->x264_build = h1->x264_build;
|
||||||
|
|
||||||
// Dequantization matrices
|
// Dequantization matrices
|
||||||
// FIXME these are big - can they be only copied when PPS changes?
|
// FIXME these are big - can they be only copied when PPS changes?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user