Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/f_interleave.c')
-rw-r--r--libavfilter/f_interleave.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/f_interleave.c b/libavfilter/f_interleave.c
index 33cb8cdd41..033bc62a34 100644
--- a/libavfilter/f_interleave.c
+++ b/libavfilter/f_interleave.c
@@ -45,7 +45,7 @@ typedef struct {
static const AVOption filt_name##_options[] = { \
{ "nb_inputs", "set number of inputs", OFFSET(nb_inputs), AV_OPT_TYPE_INT, {.i64 = 2}, 1, INT_MAX, .flags = flags_ }, \
{ "n", "set number of inputs", OFFSET(nb_inputs), AV_OPT_TYPE_INT, {.i64 = 2}, 1, INT_MAX, .flags = flags_ }, \
- { NULL }, \
+ { NULL } \
}
inline static int push_frame(AVFilterContext *ctx)