From f4341c64be198874d52502eae894a726642445df Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 6 May 2013 16:55:06 +0200 Subject: avfilter: add av_cold to uninit() Signed-off-by: Michael Niedermayer --- libavfilter/f_interleave.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/f_interleave.c') diff --git a/libavfilter/f_interleave.c b/libavfilter/f_interleave.c index 04d7677..33cb8cd 100644 --- a/libavfilter/f_interleave.c +++ b/libavfilter/f_interleave.c @@ -135,7 +135,7 @@ static int init(AVFilterContext *ctx) return 0; } -static void uninit(AVFilterContext *ctx) +static av_cold void uninit(AVFilterContext *ctx) { InterleaveContext *interleave = ctx->priv; int i; -- cgit v1.1