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:35:17 +0000 (09:35 +0100)
commit2686dab45eec54f99866413153aa0b36381e48be
treeeca9437e3120b924e119e3b9c69d13bb5d7e2bd1
parent06d433366c02ab81a1aaad33d32934b4180d354b
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.

(cherry picked from commit a06b0b1295c51d100101e0ca0434e199ad6de6b5)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/h264.c