summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_volume.c
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2015-09-08 23:21:15 +0200
committerClément Bœsch <u@pkh.me>2015-09-08 23:21:15 +0200
commitcb8d71734ca12413893e4f5ba4cdd94840150665 (patch)
tree1c83a09e0ed5d1d5db14d4d2856325a32c196098 /libavfilter/af_volume.c
parent34201fcf740237f7b254cd6318d049a0216ec951 (diff)
downloadffmpeg-streaming-cb8d71734ca12413893e4f5ba4cdd94840150665.zip
ffmpeg-streaming-cb8d71734ca12413893e4f5ba4cdd94840150665.tar.gz
avfilter/volume: drop useless trailing comma
Diffstat (limited to 'libavfilter/af_volume.c')
-rw-r--r--libavfilter/af_volume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/af_volume.c b/libavfilter/af_volume.c
index 57c6af1..16e994c 100644
--- a/libavfilter/af_volume.c
+++ b/libavfilter/af_volume.c
@@ -83,7 +83,7 @@ static const AVOption volume_options[] = {
OFFSET(replaygain_preamp), AV_OPT_TYPE_DOUBLE, { .dbl = 0.0 }, -15.0, 15.0, A|F },
{ "replaygain_noclip", "Apply replaygain clipping prevention",
OFFSET(replaygain_noclip), AV_OPT_TYPE_BOOL, { .i64 = 1 }, 0, 1, A|F },
- { NULL },
+ { NULL }
};
AVFILTER_DEFINE_CLASS(volume);
OpenPOWER on IntegriCloud