You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Merge commit '29dcde2b87559b72957454a7e9bcd5227d8057ba'
* commit '29dcde2b87559b72957454a7e9bcd5227d8057ba': h264: copy nal_length_size in update_thread_context Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -555,6 +555,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;
|
||||||
|
|
||||||
// SPS/PPS
|
// SPS/PPS
|
||||||
if ((ret = copy_parameter_set((void **)h->sps_buffers,
|
if ((ret = copy_parameter_set((void **)h->sps_buffers,
|
||||||
|
Reference in New Issue
Block a user