]> git.sesse.net Git - vlc/commitdiff
quartztext: lower the priority in favor of freetype
authorFelix Paul Kühne <fkuehne@videolan.org>
Fri, 7 Oct 2011 15:30:36 +0000 (17:30 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Fri, 7 Oct 2011 15:30:36 +0000 (17:30 +0200)
NEWS
modules/text_renderer/quartztext.c

diff --git a/NEWS b/NEWS
index 0c2e9f154666ba948f4b0d2114720baf3acf3569..970794106ed2239ecb11b6d568a9b50673a46e08 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -139,6 +139,8 @@ Video Filter:
  * New OpenMAX DL IPCS filter for color space conversion and resizing
  * Major improvements in the freetype text-rendering module, notably supporting
    blackbox and customizable shadow
+   - The freetype module is used by default on the Mac now in favor of
+     quartztext, which can still be enabled manually
 
 Audio Filter:
  * New Compressor filter, a dynamic range compressor
index e6b066f65d710b055dc86f173c995a13e1a97f42..a800c91089bfd996d206e7b365110619158b20f2 100644 (file)
@@ -127,7 +127,7 @@ vlc_module_begin ()
     add_integer( "quartztext-color", 0x00FFFFFF, COLOR_TEXT,
                  COLOR_LONGTEXT, false )
         change_integer_list( pi_color_values, ppsz_color_descriptions )
-    set_capability( "text renderer", 150 )
+    set_capability( "text renderer", 50 )
     add_shortcut( "text" )
     set_callbacks( Create, Destroy )
 vlc_module_end ()