X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_asetrate.c;h=66febd71ba6e9ad42627f2f32ef80201f6570f12;hb=f8d429e0c569d4f4ffd87af80e7375b3a6278869;hp=409c48fd145a166d21f49776cbc9323b59aafd1d;hpb=a11741c293939193657a82e6055a37dfc6ed910c;p=ffmpeg diff --git a/libavfilter/af_asetrate.c b/libavfilter/af_asetrate.c index 409c48fd145..66febd71ba6 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}, };