]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/xl.c
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec / xl.c
index 6f6729b9a70545fca10e7e8ea815c8335e48d8c6..b63315850c910e2db4045e0bb427dfdfa8a8e232 100644 (file)
@@ -24,6 +24,7 @@
  * Miro VideoXL codec.
  */
 
+#include "libavutil/common.h"
 #include "libavutil/intreadwrite.h"
 #include "avcodec.h"
 
@@ -129,7 +130,7 @@ static int decode_frame(AVCodecContext *avctx,
 static av_cold int decode_init(AVCodecContext *avctx){
 //    VideoXLContext * const a = avctx->priv_data;
 
-    avctx->pix_fmt= PIX_FMT_YUV411P;
+    avctx->pix_fmt= AV_PIX_FMT_YUV411P;
 
     return 0;
 }