diff libmpcodecs/vd_ffmpeg.c @ 7220:e3ecccc7e505

warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Sun, 01 Sep 2002 14:30:55 +0000
parents 28677d779205
children e805ef05536c
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c	Sun Sep 01 11:46:38 2002 +0000
+++ b/libmpcodecs/vd_ffmpeg.c	Sun Sep 01 14:30:55 2002 +0000
@@ -257,7 +257,7 @@
         }
     }else
 #endif
-        mpcodecs_draw_slice (sh,(unsigned char*)src, stride, width, height, 0, y);
+        mpcodecs_draw_slice (sh,src, stride, width, height, 0, y);
 }
 
 static int init_vo(sh_video_t *sh){