[MPlayer-cvslog] r30706 - trunk/libao2/ao_mpegpes.c

diego subversion at mplayerhq.hu
Mon Feb 22 15:05:30 CET 2010


Author: diego
Date: Mon Feb 22 15:05:30 2010
New Revision: 30706

Log:
Mark data argument of my_ao_write() function as const.

Modified:
   trunk/libao2/ao_mpegpes.c

Modified: trunk/libao2/ao_mpegpes.c
==============================================================================
--- trunk/libao2/ao_mpegpes.c	Mon Feb 22 15:04:39 2010	(r30705)
+++ trunk/libao2/ao_mpegpes.c	Mon Feb 22 15:05:30 2010	(r30706)
@@ -208,7 +208,7 @@ static int preinit(const char *arg)
 	return vo_mpegpes_fd2;
 }
 
-static int my_ao_write(unsigned char* data,int len){
+static int my_ao_write(const unsigned char* data,int len){
     int orig_len = len;
 #ifdef CONFIG_DVB
 #define NFD   1


More information about the MPlayer-cvslog mailing list