Author: ramiro
Date: Thu Jul  3 00:34:28 2008
New Revision: 2659

Log:
av_coldisize init_static function.

Modified:
   mlp/mlpdec.c

Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c        (original)
+++ mlp/mlpdec.c        Thu Jul  3 00:34:28 2008
@@ -215,7 +215,7 @@ static AVCRC crc_1D[1024];
 
 /** Initialize static data, constant between all invocations of the codec. */
 
-static void init_static()
+static av_cold void init_static()
 {
     if (!huff_vlc[0].bits) {
         INIT_VLC_STATIC(&huff_vlc[0], VLC_BITS, 18,
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to