Go to the source code of this file.
Initial value:= {
    { 
"loop", 
"Number of times to loop the output: 0 - infinite loop", 
OFFSET(
loop),
 
}
 
Definition at line 195 of file webpenc.c.
 
 
Initial value:= {
    .class_name = "WebP muxer",
}
#define LIBAVUTIL_VERSION_INT
 
const char * av_default_item_name(void *ptr)
Return the context name. 
 
static const AVOption options[]
 
 
Definition at line 201 of file webpenc.c.
 
 
Initial value:= {
    .name           = "webp",
    .extensions     = "webp",
}
static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue)
 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
static int write_trailer(AVFormatContext *s1)
 
static int webp_write_header(AVFormatContext *s)
 
static const AVClass webp_muxer_class
 
#define flags(name, subs,...)
 
static int webp_write_packet(AVFormatContext *s, AVPacket *pkt)
 
static void write_header(FFV1Context *f)
 
static int webp_write_trailer(AVFormatContext *s)
 
 
Definition at line 207 of file webpenc.c.