mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
Reset outline glyph cache when configuration changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23052 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d5f828f347
commit
02966ab87d
@ -1987,6 +1987,7 @@ void ass_free_images(ass_image_t* img)
|
||||
static void ass_reconfigure(ass_renderer_t* priv)
|
||||
{
|
||||
priv->render_id = ++last_render_id;
|
||||
ass_glyph_cache_reset();
|
||||
ass_bitmap_cache_reset();
|
||||
ass_free_images(priv->prev_images_root);
|
||||
priv->prev_images_root = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user