[vlc-commits] zvbi: handle opaque in text mode also
Ilkka Ollakka
git at videolan.org
Tue Nov 12 17:00:18 CET 2013
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Tue Nov 12 17:38:15 2013 +0200| [ebad0d66f159f33ac7a3dcc8105fd9be39ac69bd] | committer: Ilkka Ollakka
zvbi: handle opaque in text mode also
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ebad0d66f159f33ac7a3dcc8105fd9be39ac69bd
---
modules/codec/zvbi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/codec/zvbi.c b/modules/codec/zvbi.c
index 7935f32..d74ac1d 100644
--- a/modules/codec/zvbi.c
+++ b/modules/codec/zvbi.c
@@ -438,6 +438,7 @@ static subpicture_t *Decode( decoder_t *p_dec, block_t **pp_block )
p_spu_sys->align = i_align;
p_spu_sys->i_font_height_percent = 5;
+ p_spu_sys->renderbg = b_opaque;
#ifdef ZVBI_DEBUG
msg_Info( p_dec, "page %x-%x(%d)\n\"%s\"", p_page.pgno, p_page.subno, i_total, &p_text[offset] );
More information about the vlc-commits
mailing list