32#define AVFORMAT_OS_SUPPORT_H
38#undef attribute_deprecated
39#define attribute_deprecated
47 fprintf(stderr,
"Usage: enum_options type\n"
48 "type: format codec\n");
57 printf(
"@item -%s%s @var{", o->
name, per_stream ?
"[:stream_specifier]" :
"");
67 default:
printf(
"value");
break;
87 printf(
"\nPossible values:\n@table @samp\n");
91 printf(
"@item %s\n%s\n",
u->name,
u->help ?
u->help :
"");
101 printf(
"@table @option\n");
111 printf(
"@section Format AVOptions\n");
117 printf(
"@section Codec AVOptions\n");
126 printf(
"@c DO NOT EDIT THIS FILE!\n"
127 "@c It was generated by print_options.\n\n");
128 if (!strcmp(argv[1],
"format"))
130 else if (!strcmp(argv[1],
"codec"))
static AVDictionary * opts
__device__ int printf(const char *,...)
#define AV_OPT_FLAG_AUDIO_PARAM
#define AV_OPT_FLAG_DECODING_PARAM
A generic parameter which can be set by the user for demuxing or decoding.
#define AV_OPT_FLAG_VIDEO_PARAM
#define AV_OPT_FLAG_ENCODING_PARAM
A generic parameter which can be set by the user for muxing or encoding.
#define AV_OPT_FLAG_SUBTITLE_PARAM
@ AV_OPT_TYPE_CONST
Special option type for declaring named constants.
@ AV_OPT_TYPE_BINARY
Underlying C type is a uint8_t* that is either NULL or points to an array allocated with the av_mallo...
@ AV_OPT_TYPE_RATIONAL
Underlying C type is AVRational.
@ AV_OPT_TYPE_FLAGS
Underlying C type is unsigned int.
@ AV_OPT_TYPE_INT64
Underlying C type is int64_t.
@ AV_OPT_TYPE_INT
Underlying C type is int.
@ AV_OPT_TYPE_DOUBLE
Underlying C type is double.
@ AV_OPT_TYPE_FLOAT
Underlying C type is float.
@ AV_OPT_TYPE_STRING
Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_mal...
#define u(width, name, range_min, range_max)
static const AVOption avcodec_options[]
Macro definitions for various function/variable attributes.
static void print_usage(void)
static void show_format_opts(void)
static void print_option(const AVOption *opts, const AVOption *o, int per_stream)
static void show_opts(const AVOption *opts, int per_stream)
static void show_codec_opts(void)
const char * unit
The logical unit to which the option belongs.
const char * help
short English help text
int flags
A combination of AV_OPT_FLAG_*.