diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-03-14 19:19:38 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-03-14 19:32:22 +0100 |
commit | 0eb56a085d84ff8b696fea8468c368a11658dedc (patch) | |
tree | 73c32397bbe3e6c25397d67d72493f68ad69ab8f /ffmpeg_opt.c | |
parent | da397173dfc7b5b84ed7e22f8c23d2e437942525 (diff) | |
download | ffmpeg-0eb56a085d84ff8b696fea8468c368a11658dedc.tar.gz |
ffmpeg: add OPT_INPUT to -guess_layout_max.
Diffstat (limited to 'ffmpeg_opt.c')
-rw-r--r-- | ffmpeg_opt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c index 951a32a86f..39fb3b43f7 100644 --- a/ffmpeg_opt.c +++ b/ffmpeg_opt.c @@ -2722,7 +2722,7 @@ const OptionDef options[] = { "set channel layout", "layout" }, { "af", OPT_AUDIO | HAS_ARG | OPT_PERFILE | OPT_OUTPUT, { .func_arg = opt_audio_filters }, "set audio filters", "filter_graph" }, - { "guess_layout_max", OPT_AUDIO | HAS_ARG | OPT_INT | OPT_SPEC | OPT_EXPERT, { .off = OFFSET(guess_layout_max) }, + { "guess_layout_max", OPT_AUDIO | HAS_ARG | OPT_INT | OPT_SPEC | OPT_EXPERT | OPT_INPUT, { .off = OFFSET(guess_layout_max) }, "set the maximum number of channels to try to guess the channel layout" }, /* subtitle options */ |