]> git.sesse.net Git - vlc/commitdiff
libass: kill unused variable warnings
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 7 Jul 2010 20:52:14 +0000 (22:52 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 7 Jul 2010 20:52:14 +0000 (22:52 +0200)
modules/codec/libass.c

index 77e66bcb9b4351d95a20dc51d77f3581c9f4d43d..dfc3488f4382b324ec64777487dfcc63f5cc173f 100644 (file)
@@ -370,6 +370,8 @@ static void SubpictureUpdate( subpicture_t *p_subpic,
                               const video_format_t *p_fmt_dst,
                               mtime_t i_ts )
 {
+    VLC_UNUSED( p_fmt_src ); VLC_UNUSED( p_fmt_dst ); VLC_UNUSED( i_ts );
+
     decoder_sys_t *p_sys = p_subpic->updater.p_sys->p_dec_sys;
     ass_handle_t *p_ass = p_sys->p_ass;