Skip to content
Snippets Groups Projects
Commit f81a8e89 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Merge commit 'dc574658'


* commit 'dc574658':
  avconv: print filter options in -h full output.

Conflicts:
	ffmpeg_opt.c

Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parents 7b6c0bda dc574658
No related branches found
No related tags found
No related merge requests found
...@@ -2433,7 +2433,7 @@ void show_help_default(const char *opt, const char *arg) ...@@ -2433,7 +2433,7 @@ void show_help_default(const char *opt, const char *arg)
show_help_children(avformat_get_class(), flags); show_help_children(avformat_get_class(), flags);
show_help_children(sws_get_class(), flags); show_help_children(sws_get_class(), flags);
show_help_children(swr_get_class(), AV_OPT_FLAG_AUDIO_PARAM); show_help_children(swr_get_class(), AV_OPT_FLAG_AUDIO_PARAM);
show_help_children(avfilter_get_class(), AV_OPT_FLAG_FILTERING_PARAM); show_help_children(avfilter_get_class(), AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_FILTERING_PARAM);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment