ffprobe: add AVCodecContext help message into ffprobe

because the ffprobe can use AVCodecContext parameters

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
pull/244/merge
Steven Liu 8 years ago
parent 6e913f2129
commit 51e3501993
  1. 1
      ffprobe.c

@ -3004,6 +3004,7 @@ void show_help_default(const char *opt, const char *arg)
printf("\n");
show_help_children(avformat_get_class(), AV_OPT_FLAG_DECODING_PARAM);
show_help_children(avcodec_get_class(), AV_OPT_FLAG_DECODING_PARAM);
}
/**

Loading…
Cancel
Save