Commit ff1e54f1 authored by Laurent Aimar's avatar Laurent Aimar

Fixed warnings.

parent 6b6c8bb7
...@@ -1079,8 +1079,8 @@ static void SpuRenderRegion( spu_t *p_spu, ...@@ -1079,8 +1079,8 @@ static void SpuRenderRegion( spu_t *p_spu,
{ {
/* Well we will try conversion+scaling */ /* Well we will try conversion+scaling */
msg_Warn( p_spu, "%4.4s to %4.4s conversion failed", msg_Warn( p_spu, "%4.4s to %4.4s conversion failed",
&p_scale_yuvp->fmt_in.video.i_chroma, (const char*)&p_scale_yuvp->fmt_in.video.i_chroma,
&p_scale_yuvp->fmt_out.video.i_chroma ); (const char*)&p_scale_yuvp->fmt_out.video.i_chroma );
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment