[vlc-devel] ps.c and VCD's use

R. Bernstein rocky at panix.com
Wed Jul 23 05:33:53 CEST 2003


Found a solution to my problem. Not elegant, but it works.
 > ... The Chapter Up/Down buttons don't have any effect.
 > These buttons probably need trigger a call VCDSeek somehow and I don't see
 > how that cause and effect is supposed to happen. Clues? 

What I noticed is that the only thing I can guarentee is that i_part
in the selected area changes. So I save i_part (or the current entry)
internally and compare with the selected area i_part ON EACH READ. If
i_part changes with respect to what I've saved, I do an internal
"seek" accordingly. It would be more elegant to say have a callback
from the button press so a test on each read doesn't have to be done.

A remaining open problem is how to set a VCD configuration variable. 

Thanks.
-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list