# HG changeset patch # User reimar # Date 1261827225 0 # Node ID adc27f8f88c31f995a6010e035a5c81a6f2e8e85 # Parent e86cf531b1107c56265d96626f9686a5ee099d7e Remove only use if MP_IMGFLAG_RGB_PALETTE to allow giving the flag a slightly different meaning. diff -r e86cf531b110 -r adc27f8f88c3 libmpcodecs/vd_vfw.c --- 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