Searched refs:show_formats_devices (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/fftools/ |
H A D | opt_common.c | 844 static int show_formats_devices(void *optctx, const char *opt, const char *arg, int device_only, int muxdemuxers) in show_formats_devices() function 909 return show_formats_devices(optctx, opt, arg, 0, SHOW_DEFAULT); in show_formats() 914 return show_formats_devices(optctx, opt, arg, 0, SHOW_MUXERS); in show_muxers() 919 return show_formats_devices(optctx, opt, arg, 0, SHOW_DEMUXERS); in show_demuxers() 924 return show_formats_devices(optctx, opt, arg, 1, SHOW_DEFAULT); in show_devices()
|
Completed in 3 milliseconds