Libav
Functions
libvpx.c File Reference
#include <vpx/vpx_codec.h>
#include "libvpx.h"

Go to the source code of this file.

Functions

enum AVPixelFormat ff_vpx_imgfmt_to_pixfmt (vpx_img_fmt_t img)
 
vpx_img_fmt_t ff_vpx_pixfmt_to_imgfmt (enum AVPixelFormat pix)
 

Function Documentation

◆ ff_vpx_imgfmt_to_pixfmt()

enum AVPixelFormat ff_vpx_imgfmt_to_pixfmt ( vpx_img_fmt_t  img)

Definition at line 25 of file libvpx.c.

Referenced by vp8_decode().

◆ ff_vpx_pixfmt_to_imgfmt()

vpx_img_fmt_t ff_vpx_pixfmt_to_imgfmt ( enum AVPixelFormat  pix)

Definition at line 53 of file libvpx.c.

Referenced by vpx_init().