Update of /cvsroot/xine/xine-vcdnav/input
In directory usw-pr-cvs1:/tmp/cvs-serv11553
Modified Files:
xineplug_inp_vcd.c
Log Message:
Take advantage of Bill Fink's patch for skip by chapter capability
(next/previous can be rebound to next/prev chapter instead of
next/prev MRL).
Index: xineplug_inp_vcd.c
===================================================================
RCS file: /cvsroot/xine/xine-vcdnav/input/xineplug_inp_vcd.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xineplug_inp_vcd.c 27 Jul 2002 10:58:44 -0000 1.9
+++ xineplug_inp_vcd.c 29 Jul 2002 12:28:15 -0000 1.10
@@ -93,10 +93,10 @@
{
dbg_print(INPUT_DBG_CALL, "Called\n");
- return INPUT_CAP_AUTOPLAY | INPUT_CAP_BLOCK | INPUT_CAP_CLUT |
- INPUT_CAP_SEEKABLE | INPUT_CAP_VARIABLE_BITRATE |
- INPUT_CAP_PREVIEW | INPUT_CAP_GET_DIR |
- INPUT_CAP_AUDIOLANG | INPUT_CAP_SPULANG;
+ return INPUT_CAP_AUDIOLANG | INPUT_CAP_AUTOPLAY | INPUT_CAP_BLOCK |
+ INPUT_CAP_CHAPTERS | INPUT_CAP_CLUT | INPUT_CAP_GET_DIR |
+ INPUT_CAP_PREVIEW | INPUT_CAP_SEEKABLE | INPUT_CAP_SPULANG |
+ INPUT_CAP_VARIABLE_BITRATE;
}
/* If needed, will fill out later... */
|