]> git.sesse.net Git - vlc/blobdiff - modules/codec/libass.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / 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;