| FFmpeg
    | 
#include "libavutil/intreadwrite.h"#include "libavutil/opt.h"#include "avformat.h"#include "internal.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) | 
| 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 AVOutputFormat | ff_webp_muxer | 
| #define OFFSET | ( | x | ) | offsetof(WebpContext, x) | 
| #define ENC AV_OPT_FLAG_ENCODING_PARAM | 
| 
 | static | 
Definition at line 57 of file webpenc.c.
Referenced by webp_write_packet().
| 
 | static | 
Definition at line 78 of file webpenc.c.
Referenced by webp_write_packet(), and webp_write_trailer().
| 
 | static | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
| const AVOutputFormat ff_webp_muxer | 
 1.8.17
 1.8.17