[vlc-commits] Kate: unused arguments
Jean-Baptiste Kempf
git at videolan.org
Mon Oct 31 00:42:29 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 28 15:04:10 2011 +0200| [59dc68d51993687f68b6b2f4b8868d149e0cef4c] | committer: Jean-Baptiste Kempf
Kate: unused arguments
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=59dc68d51993687f68b6b2f4b8868d149e0cef4c
---
modules/codec/kate.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/codec/kate.c b/modules/codec/kate.c
index 769e0d9..586e4dd 100644
--- a/modules/codec/kate.c
+++ b/modules/codec/kate.c
@@ -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 )
More information about the vlc-commits
mailing list