]> git.sesse.net Git - ffmpeg/commit
h264: allocate some tables per slice contexts, not threads
authorAnton Khirnov <anton@khirnov.net>
Wed, 13 Apr 2016 15:31:27 +0000 (17:31 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 24 Apr 2016 08:06:25 +0000 (10:06 +0200)
commite3c9041cfe2e6526802255583d27abf9a921863e
treec75ccf52039dba5962dc9c30008ee8dfee5089ac
parente0652795292223f8bc8e5bac019c1fca7323d23c
h264: allocate some tables per slice contexts, not threads

This is more correct and avoids wasting space when frame threading is
used.
libavcodec/h264.c