From b8d18a94376c44dac9523dc3317259a30fc92f8b Mon Sep 17 00:00:00 2001 From: Peter Meerwald Date: Thu, 19 Feb 2015 23:28:28 +0100 Subject: libavcodec: Don't use av_cold annotation in twinvq header file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Meerwald Signed-off-by: Martin Storsjö --- libavcodec/twinvq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec') diff --git a/libavcodec/twinvq.h b/libavcodec/twinvq.h index 7601e5b..3148069 100644 --- a/libavcodec/twinvq.h +++ b/libavcodec/twinvq.h @@ -197,7 +197,7 @@ static inline float twinvq_mulawinv(float y, float clip, float mu) int ff_twinvq_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt); -av_cold int ff_twinvq_decode_close(AVCodecContext *avctx); -av_cold int ff_twinvq_decode_init(AVCodecContext *avctx); +int ff_twinvq_decode_close(AVCodecContext *avctx); +int ff_twinvq_decode_init(AVCodecContext *avctx); #endif /* AVCODEC_TWINVQ_DATA_H */ -- cgit v1.1