[vlc-commits] Libass: improve the fontcache display
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Thu Feb 23 10:52:22 CET 2012
    
    
  
vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 23 02:04:46 2012 +0100| [1211ce02dfef78d23f84afb577934aad140ccda9] | committer: Jean-Baptiste Kempf
Libass: improve the fontcache display
(cherry picked from commit 615d535cd44cbb83b2d8fce3a0eb757adf88f3e3)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=1211ce02dfef78d23f84afb577934aad140ccda9
---
 modules/codec/libass.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/codec/libass.c b/modules/codec/libass.c
index cc3f05a..97fd6ea 100644
--- a/modules/codec/libass.c
+++ b/modules/codec/libass.c
@@ -220,8 +220,6 @@ static int Create( vlc_object_t *p_this )
                                _("Building font cache"),
                                _( "Please wait while your font cache is rebuilt.\n"
                                   "This should take less than a minute." ), NULL );
-    if( p_dialog )
-        dialog_ProgressSet( p_dialog, NULL, 0.2 );
 #endif
     ass_set_fonts( p_renderer, psz_font, psz_family, true, NULL, 1 );  // setup default font/family
 #ifdef WIN32
    
    
More information about the vlc-commits
mailing list