Home
last modified time | relevance | path

Searched refs:show_opts (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/tools/
Denum_options.c78 static void show_opts(const AVClass *class) in show_opts() function
97 show_opts(avformat_get_class()); in show_format_opts()
104 show_opts(iformat->priv_class); in show_format_opts()
110 show_opts(oformat->priv_class); in show_format_opts()
120 show_opts(avcodec_get_class()); in show_codec_opts()
127 show_opts(c->priv_class); in show_codec_opts()
/third_party/ffmpeg/doc/
Dprint_options.c97 static void show_opts(const AVOption *opts, int per_stream) in show_opts() function
112 show_opts(avformat_options, 0); in show_format_opts()
118 show_opts(avcodec_options, 1); in show_codec_opts()