OSDN Git Service

h264: do not update the context fields copied between threads after finish_setup()
authorAnton Khirnov <anton@khirnov.net>
Sat, 9 May 2015 19:54:47 +0000 (21:54 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sat, 27 Jun 2015 14:48:48 +0000 (16:48 +0200)
commit5ec0bdf2c524224f30ba4786f47324970aed4aaa
tree7135febfa2d57e90a8a7009c4772c7162885f593
parent6d4d3fee63c46d921c4870feab79269af94e84e1
h264: do not update the context fields copied between threads after finish_setup()

Should fix a large number of possible races with frame threading.
libavcodec/h264.c
libavcodec/h264.h
libavcodec/h264_slice.c