OSDN Git Service

h264: move context reinit lower down in update_thread_context()
authorAnton Khirnov <anton@khirnov.net>
Mon, 6 Apr 2015 18:05:37 +0000 (20:05 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 29 Apr 2015 03:52:57 +0000 (05:52 +0200)
commit54986d6db9116ef9704b1ce8414ffdb7f1ca127f
tree3354af123882dcd338a7f72a2d3f84e233c891c7
parenta6cd154463bea7eb56d28192db4c8c6d83f67fd7
h264: move context reinit lower down in update_thread_context()

It uses some fields from the SPS, which is not yet set where the reinit
is called currently.
libavcodec/h264_slice.c