]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aura.c
Merge commit '8b8899ac3233b4f7af83ded0dc032fad8902d714'
[ffmpeg] / libavcodec / aura.c
index d79daba72c978cc46004bdcdb28ba182cc3a38c3..669ef480e095bbd5a5a41d904844536cd0ebeaa1 100644 (file)
@@ -39,7 +39,7 @@ static av_cold int aura_decode_init(AVCodecContext *avctx)
     /* width needs to be divisible by 4 for this codec to work */
     if (avctx->width & 0x3)
         return -1;
-    avctx->pix_fmt = PIX_FMT_YUV422P;
+    avctx->pix_fmt = AV_PIX_FMT_YUV422P;
     avcodec_get_frame_defaults(&s->frame);
 
     return 0;