[FFmpeg-cvslog] avfilter/volume: drop useless trailing comma

Clément Bœsch git at videolan.org
Tue Sep 8 23:21:36 CEST 2015


ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Tue Sep  8 23:21:15 2015 +0200| [cb8d71734ca12413893e4f5ba4cdd94840150665] | committer: Clément Bœsch

avfilter/volume: drop useless trailing comma

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb8d71734ca12413893e4f5ba4cdd94840150665
---

 libavfilter/af_volume.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);



More information about the ffmpeg-cvslog mailing list