You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Add av_cold attribute to decode_init()
Originally committed as revision 15267 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -51,7 +51,7 @@ typedef struct {
|
||||
uint16_t adapt_cb[146+2];
|
||||
} RA144Context;
|
||||
|
||||
static int ra144_decode_init(AVCodecContext * avctx)
|
||||
static av_cold int ra144_decode_init(AVCodecContext * avctx)
|
||||
{
|
||||
RA144Context *ractx = avctx->priv_data;
|
||||
|
||||
|
Reference in New Issue
Block a user