Skip to content

Commit

Permalink
Merge commit 'dc574658d15ad8f171dbdecbdce7197acf9424a0'
Browse files Browse the repository at this point in the history
* commit 'dc574658d15ad8f171dbdecbdce7197acf9424a0':
  avconv: print filter options in -h full output.

Conflicts:
	ffmpeg_opt.c

Merged-by: Michael Niedermayer <[email protected]>
  • Loading branch information
michaelni committed Apr 12, 2013
2 parents 7b6c0bd + dc57465 commit f81a8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg_opt.c
Original file line number Diff line number Diff line change
Expand Up @@ -2433,7 +2433,7 @@ void show_help_default(const char *opt, const char *arg)
show_help_children(avformat_get_class(), flags);
show_help_children(sws_get_class(), flags);
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);
}
}

Expand Down

0 comments on commit f81a8e8

Please sign in to comment.