[MPlayer-cvslog] r30115 - trunk/libmpcodecs/vd_vfw.c

reimar subversion at mplayerhq.hu
Sat Dec 26 12:33:45 CET 2009


Author: reimar
Date: Sat Dec 26 12:33:45 2009
New Revision: 30115

Log:
Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly
different meaning.

Modified:
   trunk/libmpcodecs/vd_vfw.c

Modified: trunk/libmpcodecs/vd_vfw.c
==============================================================================
--- trunk/libmpcodecs/vd_vfw.c	Sat Dec 26 12:11:41 2009	(r30114)
+++ trunk/libmpcodecs/vd_vfw.c	Sat Dec 26 12:33:45 2009	(r30115)
@@ -333,7 +333,6 @@ static mp_image_t* decode(sh_video_t *sh
 	if (priv->palette)
 	{
 	    mpi->planes[1] = priv->palette;
-	    mpi->flags |= MP_IMGFLAG_RGB_PALETTE;
 	    mp_dbg(MSGT_DECVIDEO, MSGL_DBG2, "Found and copied palette\n");
 	}
 	else


More information about the MPlayer-cvslog mailing list