]> git.sesse.net Git - ffmpeg/commit
avcodec/sheervideo: Add av_cold to build_vlc()
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 1 Nov 2020 00:14:36 +0000 (01:14 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 24 Nov 2020 10:35:03 +0000 (11:35 +0100)
commite74621b0a8c4d8f9aecdbb72ca264bdaca17ab52
tree56fef859551f18127316d7a09c57d59e2ef5c7a9
parentf1919dc8fa391debebb339d5ab2268567783411e
avcodec/sheervideo: Add av_cold to build_vlc()

It is an init function even when called from decode_frame().

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