FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavutil/opt.h"
#include "libavcodec/bytestream.h"
#include "avformat.h"
#include "internal.h"
#include "mux.h"
Go to the source code of this file.
Data Structures | |
struct | WebpContext |
Macros | |
#define | OFFSET(x) offsetof(WebpContext, x) |
#define | ENC AV_OPT_FLAG_ENCODING_PARAM |
Functions | |
static int | webp_init (AVFormatContext *s) |
static int | is_animated_webp_packet (AVPacket *pkt) |
static int | flush (AVFormatContext *s, int trailer, int64_t pts) |
Returns 1 if it has written a RIFF header with a correct length field. More... | |
static int | webp_write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | webp_write_trailer (AVFormatContext *s) |
Variables | |
static const AVOption | options [] |
static const AVClass | webp_muxer_class |
const FFOutputFormat | ff_webp_muxer |
#define OFFSET | ( | x | ) | offsetof(WebpContext, x) |
#define ENC AV_OPT_FLAG_ENCODING_PARAM |
|
static |
Definition at line 50 of file webpenc.c.
Referenced by webp_write_packet().
|
static |
Returns 1 if it has written a RIFF header with a correct length field.
Definition at line 74 of file webpenc.c.
Referenced by webp_write_packet(), and webp_write_trailer().
|
static |
|
static |
|
static |
|
static |
const FFOutputFormat ff_webp_muxer |