Browse Source

ffprobe: add AVCodecContext help message into ffprobe

because the ffprobe can use AVCodecContext parameters

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
tags/n3.3
Steven Liu 8 years ago
parent
commit
51e3501993
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ffprobe.c

+ 1
- 0
ffprobe.c View File

@@ -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