mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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>
This commit is contained in:
parent
df0891fc8f
commit
b8d18a9437
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user