You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-14 22:15:12 +02:00
Mark init_vlcs function as av_cold.
Originally committed as revision 14830 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -152,7 +152,7 @@ static VLC mb_ptype_vlc;
|
|||||||
static VLC mb_btype_vlc;
|
static VLC mb_btype_vlc;
|
||||||
static VLC mb_pat_vlc;
|
static VLC mb_pat_vlc;
|
||||||
|
|
||||||
static void init_vlcs(void)
|
static av_cold void init_vlcs(void)
|
||||||
{
|
{
|
||||||
static int done = 0;
|
static int done = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user