]> git.sesse.net Git - ffmpeg/commit
h264: copy nal_length_size in update_thread_context
authorAnton Khirnov <anton@khirnov.net>
Sun, 12 Apr 2015 17:08:23 +0000 (19:08 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 29 Apr 2015 03:52:58 +0000 (05:52 +0200)
commit29dcde2b87559b72957454a7e9bcd5227d8057ba
treea9f3ecb5932577ad16ea1199ec9a5168ad8bdd69
parent440e8dd374b732c48d564d9f1bb0ec3b1b786fb9
h264: copy nal_length_size in update_thread_context

It does not make sense to copy is_avc without copying this as well. This
patch should not change anything for now, but will have an effect in
later commits.
libavcodec/h264_slice.c