Lines Matching defs:options
1198 av_log(avctx, AV_LOG_INFO, "DirectShow %s device options (from %s devices)\n",
1247 // will either try to find format matching options supplied by user
1279 av_log(avctx, AV_LOG_ERROR, "Could not set %s options\n", devtypename);
1294 * List options for device with type devtype, source filter type sourcetype
1741 /* show audio options from combined video+audio sources as fallback */
1748 // don't exit yet, allow it to list crossbar options in dshow_open_device
1770 /* allow it to list crossbar options in dshow_open_device */
1889 static const AVOption options[] = {
1898 { "list_options", "list available options for specified device", OFFSET(list_options), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, DEC },
1922 .option = options,