changeset 30073:adc27f8f88c3

Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly different meaning.
author reimar
date Sat, 26 Dec 2009 11:33:45 +0000
parents e86cf531b110
children 5cb79ad246f2
files libmpcodecs/vd_vfw.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vd_vfw.c	Sat Dec 26 11:11:41 2009 +0000
+++ b/libmpcodecs/vd_vfw.c	Sat Dec 26 11:33:45 2009 +0000
@@ -333,7 +333,6 @@
 	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