summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich J Wareham <richwareham@users.sourceforge.net>2001-08-17 07:26:14 +0000
committerRich J Wareham <richwareham@users.sourceforge.net>2001-08-17 07:26:14 +0000
commit8d5cf6627d53f90525bbc933ba25b034edd51c21 (patch)
tree4d14fe77f1d47ebd6d87a920234ac40f7bc9fb6b
parentb457863ccb4dbcfe668e10f29569455516a9225b (diff)
downloadxine-lib-8d5cf6627d53f90525bbc933ba25b034edd51c21.tar.gz
xine-lib-8d5cf6627d53f90525bbc933ba25b034edd51c21.tar.bz2
Fixed problem with menu SPUs
CVS patchset: 439 CVS date: 2001/08/17 07:26:14
-rw-r--r--src/libspudec/spu.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libspudec/spu.c b/src/libspudec/spu.c
index 3e0d29c28..fa502e2b1 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.8 2001/08/16 22:40:54 f1rmb Exp $
+* $Id: spu.c,v 1.9 2001/08/17 07:26:14 richwareham Exp $
*
*****/
@@ -324,9 +324,6 @@ void spuDrawPicture (spu_state_t *state, spu_seq_t* seq, vo_overlay_t *ovl)
vlc = (vlc << 4) | get_bits (4);
if (vlc < 0x0040) {
vlc = (vlc << 4) | get_bits (4);
- if(vlc < 0x0100) {
- vlc = 0;
- }
}
}
}