]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vcr1.c
hlsenc: stand alone hls segmenter
[ffmpeg] / libavcodec / vcr1.c
index cc742f0007115b325423d0e1e7e0b23e2a63980a..df5088c9b8a3e4b28d7163d9da076a469a5b8c17 100644 (file)
@@ -47,7 +47,7 @@ static av_cold int vcr1_decode_init(AVCodecContext *avctx)
 {
     vcr1_common_init(avctx);
 
-    avctx->pix_fmt = PIX_FMT_YUV410P;
+    avctx->pix_fmt = AV_PIX_FMT_YUV410P;
 
     return 0;
 }