[FFmpeg-cvslog] avconv: print filter options in -h full output.
Anton Khirnov
git at videolan.org
Fri Apr 12 15:52:24 CEST 2013
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Mar 13 09:10:34 2013 +0100| [dc574658d15ad8f171dbdecbdce7197acf9424a0] | committer: Anton Khirnov
avconv: print filter options in -h full output.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc574658d15ad8f171dbdecbdce7197acf9424a0
---
avconv_opt.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/avconv_opt.c b/avconv_opt.c
index 894d6c3..1a4d891 100644
--- a/avconv_opt.c
+++ b/avconv_opt.c
@@ -2013,6 +2013,7 @@ void show_help_default(const char *opt, const char *arg)
show_help_children(avcodec_get_class(), flags);
show_help_children(avformat_get_class(), flags);
show_help_children(sws_get_class(), flags);
+ show_help_children(avfilter_get_class(), AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_AUDIO_PARAM);
}
}
More information about the ffmpeg-cvslog
mailing list