Browse Source

avconv: print filter options in -h full output.

tags/n2.0
Anton Khirnov 12 years ago
parent
commit
dc574658d1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      avconv_opt.c

+ 1
- 0
avconv_opt.c View File

@@ -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);
}
}



Loading…
Cancel
Save