OSDN Git Service

h264: initialize H264Context.avctx in init_thread_copy
authorAnton Khirnov <anton@khirnov.net>
Thu, 12 Feb 2015 12:06:49 +0000 (13:06 +0100)
committerAnton Khirnov <anton@khirnov.net>
Sat, 21 Feb 2015 08:29:48 +0000 (09:29 +0100)
commita06b0b1295c51d100101e0ca0434e199ad6de6b5
treeafbef6c33d3abf19b522af8a9d00e9bbc9dc10e2
parent0dea4c77ccf5956561bb8991311b3d834bb5fa40
h264: initialize H264Context.avctx in init_thread_copy

This prevents using a wrong (first thread's) AVCodecContext if decoding
a frame in the first pass over all threads fails.
libavcodec/h264.c