summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_volumedetect.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-06 16:55:06 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-05-06 16:55:06 +0200
commitf4341c64be198874d52502eae894a726642445df (patch)
tree2cc3ad1542c635e9b008e1ba41e4d57de88b5ccb /libavfilter/af_volumedetect.c
parentd2bf8aecd35abc1bff11314b623b0a4b711871d1 (diff)
downloadffmpeg-streaming-f4341c64be198874d52502eae894a726642445df.zip
ffmpeg-streaming-f4341c64be198874d52502eae894a726642445df.tar.gz
avfilter: add av_cold to uninit()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/af_volumedetect.c')
-rw-r--r--libavfilter/af_volumedetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/af_volumedetect.c b/libavfilter/af_volumedetect.c
index 79d992e..f00836f 100644
--- a/libavfilter/af_volumedetect.c
+++ b/libavfilter/af_volumedetect.c
@@ -126,7 +126,7 @@ static void print_stats(AVFilterContext *ctx)
}
}
-static void uninit(AVFilterContext *ctx)
+static av_cold void uninit(AVFilterContext *ctx)
{
print_stats(ctx);
}
OpenPOWER on IntegriCloud