Commit 302f2929 authored by Rémi Duraffort's avatar Rémi Duraffort

aa: fix compilation.

parent 6a540902
......@@ -148,7 +148,7 @@ static void Close(vlc_object_t *object)
vout_display_t *vd = (vout_display_t *)object;
vout_display_sys_t *sys = vd->sys;
vlc_DestroyKeyTread(sys->keys);
vlc_DestroyKeyThread(sys->keys);
if (sys->pool)
picture_pool_Delete(sys->pool);
aa_close(sys->aa_context);
......
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