Commit b5c35696 authored by Felix Paul Kühne's avatar Felix Paul Kühne

quartztext: lower the priority in favor of freetype

parent 87166815
......@@ -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
......
......@@ -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 ()
......
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