[MPlayer-cvslog] r31494 - trunk/libvo/vo_mpegpes.c
diego
subversion at mplayerhq.hu
Sun Jun 20 19:54:46 CEST 2010
Author: diego
Date: Sun Jun 20 19:54:46 2010
New Revision: 31494
Log:
Mark data parameter of my_write function as const.
Modified:
trunk/libvo/vo_mpegpes.c
Modified: trunk/libvo/vo_mpegpes.c
==============================================================================
--- trunk/libvo/vo_mpegpes.c Sun Jun 20 18:01:17 2010 (r31493)
+++ trunk/libvo/vo_mpegpes.c Sun Jun 20 19:54:46 2010 (r31494)
@@ -164,7 +164,7 @@ static void draw_osd(void)
}
-static int my_write(unsigned char* data,int len){
+static int my_write(const unsigned char* data,int len){
int orig_len = len;
#ifdef CONFIG_DVB
#define NFD 2
More information about the MPlayer-cvslog
mailing list