From bd8ac882140a38868c33c000a430a1292a352533 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 2 May 2013 10:20:12 +0200 Subject: avcodec: Add av_cold attributes to end functions missing them --- libavcodec/roqvideoenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/roqvideoenc.c') diff --git a/libavcodec/roqvideoenc.c b/libavcodec/roqvideoenc.c index db95282ff8..650db6767e 100644 --- a/libavcodec/roqvideoenc.c +++ b/libavcodec/roqvideoenc.c @@ -937,7 +937,7 @@ static void roq_encode_video(RoqContext *enc) enc->framesSinceKeyframe++; } -static int roq_encode_end(AVCodecContext *avctx) +static av_cold int roq_encode_end(AVCodecContext *avctx) { RoqContext *enc = avctx->priv_data; -- cgit v1.2.3