Go to the source code of this file.
Initial value:= {
    { 
"ignore_readorder", 
"write events immediately, even if they're out-of-order", 
OFFSET(ignore_readorder), 
AV_OPT_TYPE_BOOL, {.i64 = 0}, 0, 1, 
E },
}
Definition at line 218 of file assenc.c.
 
 
Initial value:= {
    .class_name = "ass muxer",
}
#define LIBAVUTIL_VERSION_INT
Definition at line 223 of file assenc.c.
 
 
Initial value:= {
    .name           = "ass",
    .mime_type      = "text/x-ass",
    .extensions     = "ass,ssa",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition at line 230 of file assenc.c.