]> git.sesse.net Git - vlc/commitdiff
Kate: unused arguments
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 28 Oct 2011 13:04:10 +0000 (15:04 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 30 Oct 2011 23:42:18 +0000 (00:42 +0100)
modules/codec/kate.c

index 769e0d937175b92da19e2083347f8eedf9680c28..586e4dd131374392aa2dc3e55818b951b5b79916 100644 (file)
@@ -797,6 +797,8 @@ static int TigerValidateSubpicture( subpicture_t *p_subpic,
                                     bool b_fmt_dst, const video_format_t *p_fmt_dst,
                                     mtime_t ts )
 {
+    VLC_UNUSED(p_fmt_src); VLC_UNUSED(p_fmt_dst);
+
     decoder_sys_t *p_sys = p_subpic->updater.p_sys->p_dec_sys;
 
     if( b_fmt_src || b_fmt_dst )