Skip to content

Commit

Permalink
ffmpeg: add OPT_INPUT to -guess_layout_max.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas George committed Mar 14, 2013
1 parent da39717 commit 0eb56a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg_opt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0eb56a0

Please sign in to comment.