Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-03-13 12:10:34 +0400
committerAnton Khirnov <anton@khirnov.net>2013-04-11 22:45:55 +0400
commitdc574658d15ad8f171dbdecbdce7197acf9424a0 (patch)
tree384cf5ccdbd59148d752d2efec3c78fe25e08556 /avconv_opt.c
parentbee2d75b66e2f02e0877796c01202299a4b56cfb (diff)
avconv: print filter options in -h full output.
Diffstat (limited to 'avconv_opt.c')
-rw-r--r--avconv_opt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/avconv_opt.c b/avconv_opt.c
index 894d6c3c76..1a4d891a0b 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);
}
}