FFmpeg
Classes | Macros | Typedefs
libvpxdec.c File Reference

VP8/9 decoder support via libvpx. More...

#include <vpx/vpx_decoder.h>
#include <vpx/vp8dx.h>
#include "libavutil/common.h"
#include "libavutil/imgutils.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "internal.h"
#include "libvpx.h"
#include "profiles.h"

Classes

struct  VPxDecoderContext
 

Macros

#define VPX_CODEC_DISABLE_COMPAT   1
 

Typedefs

typedef struct VPxDecoderContext VPxContext
 

Detailed Description

VP8/9 decoder support via libvpx.