]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_asetrate.c
avfilter/avf_showcqt: rewrite showcqt and add features
[ffmpeg] / libavfilter / af_asetrate.c
index 409c48fd145a166d21f49776cbc9323b59aafd1d..66febd71ba6e9ad42627f2f32ef80201f6570f12 100644 (file)
@@ -39,8 +39,8 @@ typedef struct {
     OPT_GENERIC(name, field, def, min, max, descr, INT, i64, __VA_ARGS__)
 
 static const AVOption asetrate_options[] = {
-    OPT_INT("sample_rate", sample_rate, 44100, 1, INT_MAX, "set the sample rate"),
-    OPT_INT("r",           sample_rate, 44100, 1, INT_MAX, "set the sample rate"),
+    OPT_INT("sample_rate", sample_rate, 44100, 1, INT_MAX, "set the sample rate",),
+    OPT_INT("r",           sample_rate, 44100, 1, INT_MAX, "set the sample rate",),
     {NULL},
 };