FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
libvpx.c File Reference
#include <vpx/vpx_codec.h>
#include "libvpx.h"
#include "config.h"

Go to the source code of this file.

Functions

av_cold void ff_vp9_init_static (AVCodec *codec)
 

Variables

static enum AVPixelFormat vp9_pix_fmts_def []
 

Function Documentation

av_cold void ff_vp9_init_static ( AVCodec codec)

Definition at line 61 of file libvpx.c.

Variable Documentation

enum AVPixelFormat vp9_pix_fmts_def[]
static
Initial value:
= {
}
planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
Definition: pixfmt.h:63

Definition at line 30 of file libvpx.c.

Referenced by ff_vp9_init_static().