]> git.sesse.net Git - ffmpeg/commit
avcodec/smacker: Mark decoders as init-threadsafe
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 15 Nov 2020 09:27:04 +0000 (10:27 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 24 Nov 2020 10:35:03 +0000 (11:35 +0100)
commit1463f9edcbdff88fd44dfe3bc17386c6b0488036
tree25973d4ec8ec43c0f99e7b3191623750bf6e3948
parenta6423412c17e22ebec2823c83b991b0f8b0d30c9
avcodec/smacker: Mark decoders as init-threadsafe

Both Smacker audio and video decoders don't use/modify any global state.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/smacker.c