]> git.sesse.net Git - vlc/commitdiff
Fixed warnings.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 20 Sep 2008 14:36:05 +0000 (16:36 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 20 Sep 2008 14:38:01 +0000 (16:38 +0200)
src/video_output/vout_subpictures.c

index a0795c52c2c9cf99fb1dd55ab1e12927a73a5a68..e7eacf11ef4f9022b6caf882789036301a7dee4c 100644 (file)
@@ -1079,8 +1079,8 @@ static void SpuRenderRegion( spu_t *p_spu,
                 {
                     /* Well we will try conversion+scaling */
                     msg_Warn( p_spu, "%4.4s to %4.4s conversion failed",
-                             &p_scale_yuvp->fmt_in.video.i_chroma,
-                             &p_scale_yuvp->fmt_out.video.i_chroma );
+                             (const char*)&p_scale_yuvp->fmt_in.video.i_chroma,
+                             (const char*)&p_scale_yuvp->fmt_out.video.i_chroma );
                 }
             }