[FFmpeg-soc] [soc]: r2674 - mlp/mlpdec.c
ramiro
subversion at mplayerhq.hu
Thu Jul 3 15:17:12 CEST 2008
Author: ramiro
Date: Thu Jul 3 15:17:11 2008
New Revision: 2674
Log:
av_coldisize mlp_decode_init function.
Modified:
mlp/mlpdec.c
Modified: mlp/mlpdec.c
==============================================================================
--- mlp/mlpdec.c (original)
+++ mlp/mlpdec.c Thu Jul 3 15:17:11 2008
@@ -322,7 +322,7 @@ static inline int read_huff_channels(MLP
return 0;
}
-static int mlp_decode_init(AVCodecContext *avctx)
+static av_cold int mlp_decode_init(AVCodecContext *avctx)
{
MLPDecodeContext *m = avctx->priv_data;
int substr;
More information about the FFmpeg-soc
mailing list