changeset 35176:0a51b5a1478c

Add missing ().
author reimar
date Fri, 26 Oct 2012 18:07:00 +0000
parents 4f7230f2e549
children 51b77c9a11ef
files libmpcodecs/vf_down3dright.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_down3dright.c	Fri Oct 26 18:05:30 2012 +0000
+++ b/libmpcodecs/vf_down3dright.c	Fri Oct 26 18:07:00 2012 +0000
@@ -103,7 +103,7 @@
         // hope we'll get DR buffer:
         dmpi=vf_get_image(vf->next, IMGFMT_YV12,
                           MP_IMGTYPE_TEMP, MP_IMGFLAG_ACCEPT_STRIDE |
-                          (vf->priv->scaleh == 1) ? MP_IMGFLAG_READABLE : 0,
+                          ((vf->priv->scaleh == 1) ? MP_IMGFLAG_READABLE : 0),
                           mpi->w * vf->priv->scalew,
                           mpi->h / vf->priv->scaleh - vf->priv->skipline);