]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vble.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / vble.c
index 63a08d72b6c1e7b9121f50fcc3d62df2c390c1de..07efad8f4ae6ddcd6940e0a81d646fc51d857ff6 100644 (file)
@@ -29,6 +29,7 @@
 #include "avcodec.h"
 #include "dsputil.h"
 #include "get_bits.h"
+#include "mathops.h"
 
 typedef struct {
     AVCodecContext *avctx;
@@ -192,7 +193,7 @@ static av_cold int vble_decode_init(AVCodecContext *avctx)
     ctx->avctx = avctx;
     ff_dsputil_init(&ctx->dsp, avctx);
 
-    avctx->pix_fmt = PIX_FMT_YUV420P;
+    avctx->pix_fmt = AV_PIX_FMT_YUV420P;
     avctx->bits_per_raw_sample = 8;
     avctx->coded_frame = avcodec_alloc_frame();