Small libavcodec 53 compat fix

This commit is contained in:
Martin Pulec
2014-12-17 12:31:21 +01:00
parent 24b109dcd9
commit fcc4cb2b38

View File

@@ -40,6 +40,7 @@ extern "C" {
#define AV_PIX_FMT_YUVJ444P PIX_FMT_YUVJ444P
#define AV_CODEC_ID_NONE CODEC_ID_NONE
#define AV_CODEC_ID_H264 CODEC_ID_H264
#define AV_CODEC_ID_JPEG2000 CODEC_ID_JPEG2000
#define AV_CODEC_ID_MJPEG CODEC_ID_MJPEG
#define AV_CODEC_ID_VP8 CODEC_ID_VP8
#define AVPixelFormat PixelFormat