From 94ee7da08d2af875f485d4f784d50726cf3078f4 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 9 Feb 2013 16:19:27 +0100 Subject: Remove pointless av_cold attributes in header files The init functions marked as av_cold have to be executed in any case, so there is no gain from trying to mark paths leading to such functions as unlikely. --- libavcodec/fmtconvert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/fmtconvert.h') diff --git a/libavcodec/fmtconvert.h b/libavcodec/fmtconvert.h index b879ee6422..1b534019f1 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); -av_cold void ff_fmt_convert_init(FmtConvertContext *c, AVCodecContext *avctx); +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); -- cgit v1.2.3