diff stream/stream_dvd.c @ 25211:c1d17bd6683c

Mark all stream_info_t as const
author reimar
date Sun, 02 Dec 2007 13:22:53 +0000
parents 92204ff32b27
children 893db6cc97b2
line wrap: on
line diff
--- a/stream/stream_dvd.c	Sun Dec 02 13:13:02 2007 +0000
+++ b/stream/stream_dvd.c	Sun Dec 02 13:22:53 2007 +0000
@@ -1110,7 +1110,7 @@
     return open_s(stream, mode, dvd_priv, file_format);
 }
 
-stream_info_t stream_info_dvd = {
+const stream_info_t stream_info_dvd = {
   "DVD stream",
   "null",
   "",
@@ -1121,7 +1121,7 @@
   1 // Urls are an option string
 };
 
-stream_info_t stream_info_ifo = {
+const stream_info_t stream_info_ifo = {
   "DVD IFO input",
   "ifo",
   "Benjamin Zores",