From be592ddb6e7a2aabf7195ff729e32ec887f37849 Mon Sep 17 00:00:00 2001 From: Rocky Bernstein Date: Thu, 6 Nov 2003 03:28:18 +0000 Subject: Need to change libvcdinfo to be more robust when there are problems reading the extended PSD. Given that area-highlighting and selection features in the extended PSD haven't been implemented, it's best then to not try to read this at all. CVS patchset: 5699 CVS date: 2003/11/06 03:28:18 --- src/input/vcd/vcdio.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/input/vcd/vcdio.c b/src/input/vcd/vcdio.c index c4b127935..5baa3ee2d 100644 --- a/src/input/vcd/vcdio.c +++ b/src/input/vcd/vcdio.c @@ -1,5 +1,5 @@ /* - $Id: vcdio.c,v 1.1 2003/10/13 11:47:11 f1rmb Exp $ + $Id: vcdio.c,v 1.2 2003/11/06 03:28:18 rockyb Exp $ Copyright (C) 2002,2003 Rocky Bernstein @@ -114,8 +114,17 @@ vcdio_open(vcdplayer_input_t *this, char *intended_vcd_device) vcdinfo_visit_lot (obj, false); +#if FIXED + /* + We need to change libvcdinfo to be more robust when there are + problems reading the extended PSD. Given that area-highlighting and + selection features in the extended PSD haven't been implemented, + it's best then to not try to read this at all. + */ if (vcdinfo_get_psd_x_size(obj)) vcdinfo_visit_lot (obj, true); +#endif + } /* -- cgit v1.2.3