[MPlayer-dev-eng] [PATCH] some embedded subtitle cleanups

Nico Sabbi nicola_sabbi at fastwebnet.it
Sun Nov 12 17:38:22 CET 2006


Reimar Döffinger wrote:

>Hello,
>On Sun, Nov 12, 2006 at 03:23:02PM +0100, Reimar D?ffinger wrote:
>  
>
>>this patch is a first step to cleanup subtitle stream handling by
>>handling it more similar to other streams.
>>Many more changes will be needed in the future, but we have to start
>>somewhere.
>>Okay to apply?
>>    
>>
>
>Fixed version, it also adds preliminary support for subtitles in these
>files (that part is to be applied separately of course):
>http://samples.mplayerhq.hu/mov/subtitles-embedded/subtitlemovie.mov
>http://samples.mplayerhq.hu/sub/NeroMP4/unsupported-embedded-subs-2.mp4
>
>Greetings,
>Reimar Döffinger
>  
>
>  
>

>Index: libmpdemux/demuxer.h
>===================================================================
>--- libmpdemux/demuxer.h	(revision 20861)
>+++ libmpdemux/demuxer.h	(working copy)
>@@ -138,10 +138,12 @@
> #ifdef USE_ASS
>   ass_track_t* ass_track;  // for SSA/ASS streams (type == 'a')
> #endif
>+  int sid;
> } sh_sub_t;
>
>  
>
nice, but don't forget to move this definition to stheader.h, please.
Who put it in demuxer.h ??





More information about the MPlayer-dev-eng mailing list