FFmpeg
Functions | Variables
libvpx.c File Reference
#include <vpx/vpx_codec.h>
#include "libvpx.h"
#include "config.h"
#include "config_components.h"

Go to the source code of this file.

Functions

av_cold void ff_vp9_init_static (FFCodec *codec)
 

Variables

static enum AVPixelFormat vp9_pix_fmts_def []
 

Function Documentation

◆ ff_vp9_init_static()

av_cold void ff_vp9_init_static ( FFCodec codec)

Definition at line 69 of file libvpx.c.

Variable Documentation

◆ vp9_pix_fmts_def

enum AVPixelFormat vp9_pix_fmts_def[]
static
Initial value:

Definition at line 31 of file libvpx.c.

Referenced by ff_vp9_init_static().

AV_PIX_FMT_YUVA420P
@ AV_PIX_FMT_YUVA420P
planar YUV 4:2:0, 20bpp, (1 Cr & Cb sample per 2x2 Y & A samples)
Definition: pixfmt.h:101
AV_PIX_FMT_YUV420P
@ AV_PIX_FMT_YUV420P
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Definition: pixfmt.h:66
AV_PIX_FMT_NONE
@ AV_PIX_FMT_NONE
Definition: pixfmt.h:65