Commit 852f0db9 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

libass: kill unused variable warnings

parent 1e7c4bb0
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment