From 7172339ff9086f1f86937d06c89a4b348fdf2ed3 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 12 Jan 2008 16:05:04 +0000 Subject: Write functions used by send_mpeg_*_packet may _not_ modify data git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25701 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_dxr2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/vo_dxr2.c b/libvo/vo_dxr2.c index 4aca495b30..37f093ec98 100644 --- a/libvo/vo_dxr2.c +++ b/libvo/vo_dxr2.c @@ -153,7 +153,7 @@ static char *ucodesearchpath[] = { static unsigned char dxr2buf[BUF_SIZE]; static unsigned int dxr2bufpos = 0; -int write_dxr2(unsigned char *data, int len) +int write_dxr2(const unsigned char *data, int len) { int w = 0; -- cgit v1.2.3