|
FFmpeg
|
WebP encoder using libwebp: common structs and methods. More...
#include <webp/encode.h>#include "libavutil/common.h"#include "libavutil/frame.h"#include "libavutil/imgutils.h"#include "libavutil/opt.h"#include "avcodec.h"#include "internal.h"Go to the source code of this file.
Classes | |
| struct | LibWebPContextCommon |
Macros | |
| #define | OFFSET(x) offsetof(LibWebPContextCommon, x) |
| #define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM |
Typedefs | |
| typedef struct LibWebPContextCommon | LibWebPContextCommon |
Functions | |
| int | ff_libwebp_error_to_averror (int err) |
| av_cold int | ff_libwebp_encode_init_common (AVCodecContext *avctx) |
| int | ff_libwebp_get_frame (AVCodecContext *avctx, LibWebPContextCommon *s, const AVFrame *frame, AVFrame **alt_frame_ptr, WebPPicture **pic_ptr) |
WebP encoder using libwebp: common structs and methods.
1.8.12