From bd06a94738d902bbac42c4573ba8640463423b8e Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 26 Dec 2009 11:33:45 +0000 Subject: Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly different meaning. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30115 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vd_vfw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libmpcodecs/vd_vfw.c b/libmpcodecs/vd_vfw.c index 7ad6a98f30..494eaf7b4c 100644 --- a/libmpcodecs/vd_vfw.c +++ b/libmpcodecs/vd_vfw.c @@ -333,7 +333,6 @@ static mp_image_t* decode(sh_video_t *sh,void* data,int len,int flags){ 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 -- cgit v1.2.3