Fix OSDEpgText size and opacity
commit17518f48d2adfc4b0aaf5577f41fb2129db58d5a
authorPhilip Höhlein <philip.hoehlein@googlemail.com>
Wed, 18 May 2016 20:41:26 +0000 (18 22:41 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 20 May 2016 10:00:58 +0000 (20 12:00 +0200)
tree7d07a8b504ae0e351c3d730cbdf9d0e9246619ed
parent10afba39bb986c8d55fa940fe07476c92a3276a3
Fix OSDEpgText size and opacity

This patch will fix the OSDEpg (triggered by the "position" hotkey.) not
showing text information because of transparent alpha value and invalid
font size.
The argument size of the vout_OSDEpgText function is already in pixels and
not relative, so p_style->i_font_size is the correct style option.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
src/video_output/video_epg.c