Commit ae4ee908 authored by Laurent Aimar's avatar Laurent Aimar

Set the actual page used by zvbi.

parent 4c8f79f7
...@@ -255,6 +255,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -255,6 +255,7 @@ static int Open( vlc_object_t *p_this )
{ {
p_sys->i_wanted_page = 100 * p_dec->fmt_in.subs.teletext.i_magazine + p_sys->i_wanted_page = 100 * p_dec->fmt_in.subs.teletext.i_magazine +
vbi_bcd2dec( p_dec->fmt_in.subs.teletext.i_page ); vbi_bcd2dec( p_dec->fmt_in.subs.teletext.i_page );
var_SetInteger( p_dec, "vbi-page", p_sys->i_wanted_page );
} }
p_sys->i_wanted_subpage = VBI_ANY_SUBNO; p_sys->i_wanted_subpage = VBI_ANY_SUBNO;
......
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