[FFmpeg-cvslog] ffmpeg: add OPT_INPUT to -guess_layout_max.

Nicolas George git at videolan.org
Thu Mar 14 19:43:09 CET 2013


ffmpeg | branch: master | Nicolas George <nicolas.george at normalesup.org> | Thu Mar 14 19:19:38 2013 +0100| [0eb56a085d84ff8b696fea8468c368a11658dedc] | committer: Nicolas George

ffmpeg: add OPT_INPUT to -guess_layout_max.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0eb56a085d84ff8b696fea8468c368a11658dedc
---

 ffmpeg_opt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index 951a32a..39fb3b4 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 */



More information about the ffmpeg-cvslog mailing list