Commit 16b90d0b authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '29dcde2b'

* commit '29dcde2b':
  h264: copy nal_length_size in update_thread_context
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 1aa3a0f4 29dcde2b
......@@ -555,6 +555,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;
// SPS/PPS
if ((ret = copy_parameter_set((void **)h->sps_buffers,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment