summaryrefslogtreecommitdiff
path: root/libavfilter/asrc_sine.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/asrc_sine.c')
-rw-r--r--libavfilter/asrc_sine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/asrc_sine.c b/libavfilter/asrc_sine.c
index 86af7cc5c8..5bb94a3e68 100644
--- a/libavfilter/asrc_sine.c
+++ b/libavfilter/asrc_sine.c
@@ -71,7 +71,7 @@ static const AVOption sine_options[] = {
OPT_DUR("duration", duration, 0, 0, INT64_MAX, "set the audio duration"),
OPT_DUR("d", duration, 0, 0, INT64_MAX, "set the audio duration"),
OPT_INT("samples_per_frame", samples_per_frame, 1024, 0, INT_MAX, "set the number of samples per frame"),
- {NULL},
+ {NULL}
};
AVFILTER_DEFINE_CLASS(sine);