How to view DVB subtitles.
"Mario Rossi" <[email protected]> Tue, 7 Nov 2006 22:29:36 +0000
| Newsgroups | gmane.comp.video.mplayer.user.dvb |
|---|---|
| Message-ID | <[email protected]> |
>yes: a dvb subtitle decoder and a lot of patience to destroy the currens >subtitle >mess and rebuild it from scratch(and properly) in a modular fashion. >My word, it's the code I hate most in mplayer It seems it is a big task! I can see some code in demux_ts.c to handle subtitles: is it an attempt? does it need some more work? Is it worth trying to understand it, or is it just to be rewritten from scratch? BTW: i've tried debugging to get familiar wiht the code and I have problems compiling. The same reported error is reported here http://lists.mplayerhq.hu/pipermail/mplayer-users/2006-October/063293.html but the solution (to use -fomit-frame-pointer) makes debugging very hard. What is the configuration used by developers to debug mplayer? Ciao