[MPlayer-cvslog] r31990 - trunk/stream/stream_bd.c

reimar subversion at mplayerhq.hu
Sat Aug 21 11:27:16 CEST 2010


Author: reimar
Date: Sat Aug 21 11:27:15 2010
New Revision: 31990

Log:
Add const to pointer argument.

Modified:
   trunk/stream/stream_bd.c

Modified: trunk/stream/stream_bd.c
==============================================================================
--- trunk/stream/stream_bd.c	Sat Aug 21 11:20:14 2010	(r31989)
+++ trunk/stream/stream_bd.c	Sat Aug 21 11:27:15 2010	(r31990)
@@ -131,7 +131,7 @@ static int bd_stream_seek(stream_t *s, o
     return 1;
 }
 
-static int find_vuk(struct bd_priv *bd, uint8_t discid[20])
+static int find_vuk(struct bd_priv *bd, const uint8_t discid[20])
 {
     char filename[PATH_MAX];
     const char *home;


More information about the MPlayer-cvslog mailing list