Commit 615d535c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Libass: improve the fontcache display

parent 41669761
...@@ -220,8 +220,6 @@ static int Create( vlc_object_t *p_this ) ...@@ -220,8 +220,6 @@ static int Create( vlc_object_t *p_this )
_("Building font cache"), _("Building font cache"),
_( "Please wait while your font cache is rebuilt.\n" _( "Please wait while your font cache is rebuilt.\n"
"This should take less than a minute." ), NULL ); "This should take less than a minute." ), NULL );
if( p_dialog )
dialog_ProgressSet( p_dialog, NULL, 0.2 );
#endif #endif
ass_set_fonts( p_renderer, psz_font, psz_family, true, NULL, 1 ); // setup default font/family ass_set_fonts( p_renderer, psz_font, psz_family, true, NULL, 1 ); // setup default font/family
#ifdef WIN32 #ifdef WIN32
......
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