[FFmpeg-soc] [soc]: r2659 - mlp/mlpdec.c
ramiro
subversion at mplayerhq.hu
Thu Jul 3 00:34:28 CEST 2008
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,
More information about the FFmpeg-soc
mailing list