Commit 6ec87fbd authored by Diego Biurrun's avatar Diego Biurrun

Mark init_vlcs function as av_cold.

Originally committed as revision 14830 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1dece0d2
...@@ -152,7 +152,7 @@ static VLC mb_ptype_vlc; ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment