X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Ffmtconvert.h;h=a9fbb31dea52725e6d44aa536e97e70a8c5c33b2;hb=5520df6a8f13fed175f74a00893775bc218a43b4;hp=c0584753cd12ffcfd07612b689f28bd9203a1955;hpb=04b53746ad296b9167002ec5d16a9cfb9de7985b;p=ffmpeg diff --git a/libavcodec/fmtconvert.h b/libavcodec/fmtconvert.h index c0584753cd1..a9fbb31dea5 100644 --- a/libavcodec/fmtconvert.h +++ b/libavcodec/fmtconvert.h @@ -87,7 +87,7 @@ typedef struct FmtConvertContext { void ff_float_interleave_c(float *dst, const float **src, unsigned int len, int channels); -void ff_fmt_convert_init(FmtConvertContext *c, AVCodecContext *avctx); +av_cold void ff_fmt_convert_init(FmtConvertContext *c, AVCodecContext *avctx); void ff_fmt_convert_init_arm(FmtConvertContext *c, AVCodecContext *avctx); void ff_fmt_convert_init_altivec(FmtConvertContext *c, AVCodecContext *avctx);