mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-28 05:30:34 +00: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:
parent
1dece0d2cd
commit
6ec87fbd92
@ -152,7 +152,7 @@ static VLC mb_ptype_vlc;
|
||||
static VLC mb_btype_vlc;
|
||||
static VLC mb_pat_vlc;
|
||||
|
||||
static void init_vlcs(void)
|
||||
static av_cold void init_vlcs(void)
|
||||
{
|
||||
static int done = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user