Skip to content
Snippets Groups Projects
Commit 59dc68d5 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf
Browse files

Kate: unused arguments

parent b9296a12
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment