]> git.sesse.net Git - ffmpeg/commit
avcodec/h261enc: Make encoder init-threadsafe
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 9 Dec 2020 12:13:33 +0000 (13:13 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 25 Jan 2021 13:52:51 +0000 (14:52 +0100)
commit18e89b964cd226785ca647e521ab09e16026fd26
tree95f849e65650c3d0aa5c56741653333770ac6d79
parent41826f84bb2f2cb4a92de97c0d1c9cb57737c2cb
avcodec/h261enc: Make encoder init-threadsafe

This is easy now that the H.261 encoder is the only user that
initializes the non-VLC parts of ff_h261_rl_tcoeff.

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/h261.c
libavcodec/h261.h
libavcodec/h261enc.c