From 40c517cc41e02c6cb695695828dbabdf6203bfb9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 25 Apr 2014 19:21:17 +0200 Subject: vf_pp: PP_PICT_TYPE_QP2 is always defined --- video/filter/vf_pp.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'video') diff --git a/video/filter/vf_pp.c b/video/filter/vf_pp.c index 23d43eccce..f60b8d8257 100644 --- a/video/filter/vf_pp.c +++ b/video/filter/vf_pp.c @@ -101,11 +101,7 @@ static struct mp_image *filter(struct vf_instance *vf, struct mp_image *mpi) (mpi->w+7)&(~7),mpi->h, mpi->qscale, mpi->qstride, vf->priv->ppMode[ vf->priv->pp ], vf->priv->context, -#ifdef PP_PICT_TYPE_QP2 mpi->pict_type | (mpi->qscale_type ? PP_PICT_TYPE_QP2 : 0)); -#else - mpi->pict_type); -#endif if (dmpi != mpi) talloc_free(mpi); -- cgit v1.2.3