[vlc-commits] commit: libass: kill unused variable warnings (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Wed Jul 7 22:52:13 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jul 7 22:52:14 2010 +0200| [852f0db978ded9e96adff1165bba5b6fe025775d] | committer: Jean-Baptiste Kempf
libass: kill unused variable warnings
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=852f0db978ded9e96adff1165bba5b6fe025775d
---
modules/codec/libass.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/codec/libass.c b/modules/codec/libass.c
index 77e66bc..dfc3488 100644
--- a/modules/codec/libass.c
+++ b/modules/codec/libass.c
@@ -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;
More information about the vlc-commits
mailing list