diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-10-09 22:20:11 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2001-10-09 22:20:11 +0000 |
commit | 100128821d754526f85f5edd6c7469fff900e592 (patch) | |
tree | f380dd175e1f135414dfa356c6a2e2db3ba200d7 /src/libspudec/spu.c | |
parent | 64805b8b96462567deb2ee107b064e9833f4a4c1 (diff) | |
download | xine-lib-100128821d754526f85f5edd6c7469fff900e592.tar.gz xine-lib-100128821d754526f85f5edd6c7469fff900e592.tar.bz2 |
overlay clut colorspace conversion
CVS patchset: 783
CVS date: 2001/10/09 22:20:11
Diffstat (limited to 'src/libspudec/spu.c')
-rw-r--r-- | src/libspudec/spu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c index 780f4a24b..e25f62656 100644 --- a/src/libspudec/spu.c +++ b/src/libspudec/spu.c @@ -19,7 +19,7 @@ * along with this program; see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. * -* $Id: spu.c,v 1.14 2001/10/04 23:22:21 miguelfreitas Exp $ +* $Id: spu.c,v 1.15 2001/10/09 22:20:11 miguelfreitas Exp $ * *****/ @@ -361,6 +361,7 @@ void spuDrawPicture (spu_state_t *state, spu_seq_t* seq, vo_overlay_t *ovl) } ovl->num_rle = rle - ovl->rle; + ovl->rgb_clut = 0; } /* Heuristic to discover the colors used by the subtitles |