summaryrefslogtreecommitdiff
path: root/libavcodec/twinvq.h
diff options
context:
space:
mode:
authorPeter Meerwald <pmeerw@pmeerw.net>2015-02-19 23:28:28 +0100
committerMartin Storsjö <martin@martin.st>2015-02-20 19:32:37 +0200
commitb8d18a94376c44dac9523dc3317259a30fc92f8b (patch)
tree229cbd316a362b54dcc8229b080af23420d29555 /libavcodec/twinvq.h
parentdf0891fc8f32db3ced797cd6ebff9492fda01b99 (diff)
libavcodec: Don't use av_cold annotation in twinvq header file
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/twinvq.h')
-rw-r--r--libavcodec/twinvq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/twinvq.h b/libavcodec/twinvq.h
index 7601e5ba53..3148069756 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 */