]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/libmpcodecs/vf_mcdeint.c
lavfi/scale: accept named options, make parsing more robust
[ffmpeg] / libavfilter / libmpcodecs / vf_mcdeint.c
index 2679289f3383a5beda929da41e3de06ba7807f34..01a3cb30ba122fe468ee151910bfa258dbfb242a 100644 (file)
@@ -202,7 +202,7 @@ static int config(struct vf_instance *vf,
             avctx_enc->time_base= (AVRational){1,25};  // meaningless
             avctx_enc->gop_size = 300;
             avctx_enc->max_b_frames= 0;
-            avctx_enc->pix_fmt = PIX_FMT_YUV420P;
+            avctx_enc->pix_fmt = AV_PIX_FMT_YUV420P;
             avctx_enc->flags = CODEC_FLAG_QSCALE | CODEC_FLAG_LOW_DELAY;
             avctx_enc->strict_std_compliance = FF_COMPLIANCE_EXPERIMENTAL;
             avctx_enc->global_quality= 1;