]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/v210enc.c
10-bit H.264 x86 chroma v loopfilter asm
[ffmpeg] / libavcodec / v210enc.c
index ad03703d595becc5904b7c833439dadcb462c8cd..dcaaac0dc51c3d1de9372c846689fdad70c196c5 100644 (file)
@@ -43,7 +43,7 @@ static av_cold int encode_init(AVCodecContext *avctx)
     avctx->coded_frame = avcodec_alloc_frame();
 
     avctx->coded_frame->key_frame = 1;
-    avctx->coded_frame->pict_type = FF_I_TYPE;
+    avctx->coded_frame->pict_type = AV_PICTURE_TYPE_I;
 
     return 0;
 }