]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_amix.c
Merge commit 'ffb9025f39b274abfc4ad2b264205a44cc0238a4'
[ffmpeg] / libavfilter / af_amix.c
index e18743e0b8cdfa165e4c55d421c57219664ab4c3..a4d138927f71e437a7db20de05eee425782fa8d7 100644 (file)
@@ -177,7 +177,7 @@ typedef struct MixContext {
 #define F AV_OPT_FLAG_FILTERING_PARAM
 static const AVOption amix_options[] = {
     { "inputs", "Number of inputs.",
-            OFFSET(nb_inputs), AV_OPT_TYPE_INT, { .i64 = 2 }, 1, 32, A|F },
+            OFFSET(nb_inputs), AV_OPT_TYPE_INT, { .i64 = 2 }, 1, 1024, A|F },
     { "duration", "How to determine the end-of-stream.",
             OFFSET(duration_mode), AV_OPT_TYPE_INT, { .i64 = DURATION_LONGEST }, 0,  2, A|F, "duration" },
         { "longest",  "Duration of longest input.",  0, AV_OPT_TYPE_CONST, { .i64 = DURATION_LONGEST  }, INT_MIN, INT_MAX, A|F, "duration" },