diff options
Diffstat (limited to 'libavcodec/loco.c')
-rw-r--r-- | libavcodec/loco.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/loco.c b/libavcodec/loco.c index 14be6f0192..c023b08ff6 100644 --- a/libavcodec/loco.c +++ b/libavcodec/loco.c @@ -225,7 +225,7 @@ static int decode_frame(AVCodecContext *avctx, return buf_size; } -static int decode_init(AVCodecContext *avctx){ +static av_cold int decode_init(AVCodecContext *avctx){ LOCOContext * const l = avctx->priv_data; int version; |