ffmpeg-d v3.0.0 (2017-08-26T14:53:46Z)
Dub
Repo
AVOption.default_val
ffmpeg
libavutil
opt
AVOption
the default value for scalar options
struct
AVOption
union
default_val {
int64_t
i64
;
double
dbl
;
const
char
*
str
;
AVRational
q
;
}
Members
Variables
dbl
double
dbl
;
Undocumented in source.
i64
int64_t
i64
;
the default value for scalar options
q
AVRational
q
;
Undocumented in source.
str
char
*
str
;
Undocumented in source.
Meta
Source
See Implementation
ffmpeg
libavutil
opt
AVOption
unions
default_val
variables
flags
help
max
min
name
offset
type
unit
the default value for scalar options