MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / show_help_default

Function show_help_default

fftools/ffprobe.c:2912–2921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2910}
2911
2912void show_help_default(const char *opt, const char *arg)
2913{
2914 av_log_set_callback(log_callback_help);
2915 show_usage();
2916 show_help_options(options, "Main options:", 0, 0);
2917 printf("\n");
2918
2919 show_help_children(avformat_get_class(), AV_OPT_FLAG_DECODING_PARAM);
2920 show_help_children(avcodec_get_class(), AV_OPT_FLAG_DECODING_PARAM);
2921}
2922
2923/**
2924 * Parse interval specification, according to the format:

Callers

nothing calls this directly

Calls 6

av_log_set_callbackFunction · 0.85
show_help_optionsFunction · 0.85
show_help_childrenFunction · 0.85
avformat_get_classFunction · 0.85
avcodec_get_classFunction · 0.85
show_usageFunction · 0.70

Tested by

no test coverage detected