mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
parent
42d621d131
commit
5296d7b971
@ -2136,6 +2136,7 @@ static int opt_help(const char *opt, const char *arg)
|
|||||||
show_help_children(avformat_get_class(), flags);
|
show_help_children(avformat_get_class(), flags);
|
||||||
show_help_children(sws_get_class(), flags);
|
show_help_children(sws_get_class(), flags);
|
||||||
show_help_children(swr_get_class(), AV_OPT_FLAG_AUDIO_PARAM);
|
show_help_children(swr_get_class(), AV_OPT_FLAG_AUDIO_PARAM);
|
||||||
|
show_help_children(avfilter_get_class(), AV_OPT_FLAG_FILTERING_PARAM);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
2
ffplay.c
2
ffplay.c
@ -3036,6 +3036,8 @@ static int opt_help(const char *opt, const char *arg)
|
|||||||
show_help_children(avformat_get_class(), AV_OPT_FLAG_DECODING_PARAM);
|
show_help_children(avformat_get_class(), AV_OPT_FLAG_DECODING_PARAM);
|
||||||
#if !CONFIG_AVFILTER
|
#if !CONFIG_AVFILTER
|
||||||
show_help_children(sws_get_class(), AV_OPT_FLAG_ENCODING_PARAM);
|
show_help_children(sws_get_class(), AV_OPT_FLAG_ENCODING_PARAM);
|
||||||
|
#else
|
||||||
|
show_help_children(avfilter_get_class(), AV_OPT_FLAG_FILTERING_PARAM);
|
||||||
#endif
|
#endif
|
||||||
printf("\nWhile playing:\n"
|
printf("\nWhile playing:\n"
|
||||||
"q, ESC quit\n"
|
"q, ESC quit\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user