]> git.sesse.net Git - vlc/commit
freetype: fallback to the system font if no font is specified in the style (fix ...
authorLudovic Fauvet <etix@videolan.org>
Wed, 28 Aug 2013 10:54:21 +0000 (12:54 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 28 Aug 2013 11:02:45 +0000 (13:02 +0200)
commit6404ab8ad659b21b0d4de16697b16feab7a8efc6
treece8f3805527a4c8421090c43e00db70395c9c92e
parentab96d0c7b1e57627dac21ac659a76b3b53c75f7e
freetype: fallback to the system font if no font is specified in the style (fix #8960)

This fixes a potential NULL pointer dereference and also enables the marq
filter to use the user specified font.

Reported-by: Tillmann Karras <tillmann@selfnet.de>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/text_renderer/freetype.c