From a1f234be11ea040d59f92279b331d5aeef3243b4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 5 May 2013 13:13:00 +0200 Subject: make the ordering of the return type and av_cold consistent Signed-off-by: Michael Niedermayer --- libavcodec/dvdsubdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/dvdsubdec.c') diff --git a/libavcodec/dvdsubdec.c b/libavcodec/dvdsubdec.c index d94f420b92..4e9c6c43a5 100644 --- a/libavcodec/dvdsubdec.c +++ b/libavcodec/dvdsubdec.c @@ -566,7 +566,7 @@ static int dvdsub_parse_extradata(AVCodecContext *avctx) return 1; } -static int av_cold dvdsub_init(AVCodecContext *avctx) +static av_cold int dvdsub_init(AVCodecContext *avctx) { DVDSubContext *ctx = avctx->priv_data; int ret; -- cgit v1.2.3