Commit 0a1146a5 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'b8d18a94'

* commit 'b8d18a94':
  libavcodec: Don't use av_cold annotation in twinvq header file
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 7b7f8d3e b8d18a94
......@@ -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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment