Go to the source code of this file.
◆ OFFSET
◆ ENC
◆ webp_init()
◆ is_animated_webp_packet()
| static int is_animated_webp_packet |
( |
AVPacket * | pkt | ) |
|
|
static |
◆ flush()
Returns 1 if it has written a RIFF header with a correct length field.
Definition at line 74 of file webpenc.c.
◆ webp_write_packet()
◆ webp_write_trailer()
◆ options
Initial value:= {
{
"loop",
"Number of times to loop the output: 0 - infinite loop",
OFFSET(
loop),
}
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 205 of file webpenc.c.
◆ webp_muxer_class
Initial value:= {
.class_name = "WebP muxer",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 211 of file webpenc.c.
◆ ff_webp_muxer
Initial value:= {
.p.name = "webp",
.p.extensions = "webp",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define FF_OFMT_FLAG_MAX_ONE_OF_EACH
If this flag is set, it indicates that for each codec type whose corresponding default codec (i....
#define FF_OFMT_FLAG_ONLY_DEFAULT_CODECS
If this flag is set, then the only permitted audio/video/subtitle codec ids are AVOutputFormat....
static int webp_write_trailer(AVFormatContext *s)
static int webp_init(AVFormatContext *s)
static const AVClass webp_muxer_class
static int webp_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 217 of file webpenc.c.