[MPlayer-cvslog] r35270 - trunk/libmpcodecs/vf_down3dright.c

reimar subversion at mplayerhq.hu
Fri Oct 26 20:07:01 CEST 2012


Author: reimar
Date: Fri Oct 26 20:07:00 2012
New Revision: 35270

Log:
Add missing ().

Modified:
   trunk/libmpcodecs/vf_down3dright.c

Modified: trunk/libmpcodecs/vf_down3dright.c
==============================================================================
--- trunk/libmpcodecs/vf_down3dright.c	Fri Oct 26 20:05:30 2012	(r35269)
+++ trunk/libmpcodecs/vf_down3dright.c	Fri Oct 26 20:07:00 2012	(r35270)
@@ -103,7 +103,7 @@ static int put_image(struct vf_instance 
         // 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);
 


More information about the MPlayer-cvslog mailing list