Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-06 18:55:06 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-05-06 18:55:06 +0400
commitf4341c64be198874d52502eae894a726642445df (patch)
tree2cc3ad1542c635e9b008e1ba41e4d57de88b5ccb /libavfilter/vf_extractplanes.c
parentd2bf8aecd35abc1bff11314b623b0a4b711871d1 (diff)
avfilter: add av_cold to uninit()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_extractplanes.c')
-rw-r--r--libavfilter/vf_extractplanes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_extractplanes.c b/libavfilter/vf_extractplanes.c
index 028813a948..9c2c6b7bb3 100644
--- a/libavfilter/vf_extractplanes.c
+++ b/libavfilter/vf_extractplanes.c
@@ -222,7 +222,7 @@ static int init(AVFilterContext *ctx)
return 0;
}
-static void uninit(AVFilterContext *ctx)
+static av_cold void uninit(AVFilterContext *ctx)
{
int i;