summaryrefslogtreecommitdiff
path: root/libavfilter/af_asetrate.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/af_asetrate.c')
-rw-r--r--libavfilter/af_asetrate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/af_asetrate.c b/libavfilter/af_asetrate.c
index 409c48fd14..66febd71ba 100644
--- a/libavfilter/af_asetrate.c
+++ b/libavfilter/af_asetrate.c
@@ -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},
};