From 5296d7b971b92156598cb265e537e5c03ab287a2 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 12 Aug 2012 11:11:30 +0200 Subject: ffmpeg,ffplay: show filter options Address trac ticket #1599. --- ffplay.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ffplay.c') diff --git a/ffplay.c b/ffplay.c index 2bb26e6306..88ba2bee72 100644 --- a/ffplay.c +++ b/ffplay.c @@ -3036,6 +3036,8 @@ static int opt_help(const char *opt, const char *arg) show_help_children(avformat_get_class(), AV_OPT_FLAG_DECODING_PARAM); #if !CONFIG_AVFILTER show_help_children(sws_get_class(), AV_OPT_FLAG_ENCODING_PARAM); +#else + show_help_children(avfilter_get_class(), AV_OPT_FLAG_FILTERING_PARAM); #endif printf("\nWhile playing:\n" "q, ESC quit\n" -- cgit v1.2.3