FFmpeg
Functions
libwebpenc_common.c File Reference

WebP encoder using libwebp: common structs and methods. More...

#include "libwebpenc_common.h"

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)
 

Detailed Description

WebP encoder using libwebp: common structs and methods.