Update of /cvsroot/xine/xine-lib/src/input
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5289/src/input

Modified Files:
        input_dvd.c 
Log Message:
const++

Index: input_dvd.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/input/input_dvd.c,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- input_dvd.c 8 Feb 2007 02:40:23 -0000       1.215
+++ input_dvd.c 20 Feb 2007 01:04:07 -0000      1.216
@@ -1749,9 +1749,9 @@
   dvd_input_class_t   *this;
   config_values_t     *config = xine->config;
   void                *dvdcss;
-  static char         *skip_modes[] = {"skip program", "skip part", "skip 
title", NULL};
-  static char         *seek_modes[] = {"seek in program chain", "seek in 
program", NULL};
-  static char         *play_single_chapter_modes[] = {"entire dvd", "one 
chapter", NULL};
+  static const char   *skip_modes[] = {"skip program", "skip part", "skip 
title", NULL};
+  static const char   *seek_modes[] = {"seek in program chain", "seek in 
program", NULL};
+  static const char   *play_single_chapter_modes[] = {"entire dvd", "one 
chapter", NULL};
 
   trace_print("Called\n");
 #ifdef INPUT_DEBUG
@@ -1795,7 +1795,7 @@
   {
     /* we have found libdvdcss, enable the specific config options */
     char *raw_device;
-    static char *decrypt_modes[] = { "key", "disc", "title", NULL };
+    static const char *decrypt_modes[] = { "key", "disc", "title", NULL };
     char *css_cache_default, *css_cache;
     int mode;
     


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to