diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-12-26 11:33:45 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-12-26 11:33:45 +0000 |
commit | bd06a94738d902bbac42c4573ba8640463423b8e (patch) | |
tree | 84a60030671cdfe787875e242a4a92fd773de2df /libmpcodecs | |
parent | 929a159f6941207d18dfeb73c2adb95edc5b54c3 (diff) | |
download | mpv-bd06a94738d902bbac42c4573ba8640463423b8e.tar.bz2 mpv-bd06a94738d902bbac42c4573ba8640463423b8e.tar.xz |
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
Diffstat (limited to 'libmpcodecs')
-rw-r--r-- | libmpcodecs/vd_vfw.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |