diff libmpcodecs/vd_ffmpeg.c @ 7127:1e47c2e7aa8e

mostly compiler warning fixes, some small bugfix patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Wed, 28 Aug 2002 22:45:48 +0000
parents d3fd5d568594
children 28677d779205
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c	Wed Aug 28 22:02:38 2002 +0000
+++ b/libmpcodecs/vd_ffmpeg.c	Wed Aug 28 22:45:48 2002 +0000
@@ -258,7 +258,7 @@
         }
     }else
 #endif
-        mpcodecs_draw_slice (sh,src, stride, width, height, 0, y);
+        mpcodecs_draw_slice (sh,(unsigned char*)src, stride, width, height, 0, y);
 }
 
 static int init_vo(sh_video_t *sh){