[Ffmpeg-devel] [Patch] DVB Subtitle decoder
Nico Sabbi
nsabbi
Sun Jul 10 14:13:50 CEST 2005
Ian Caulfield wrote:
>>>>
>>>> Please let me know if you have any comments/suggestions.
>>>>
>>> Can you upload a sample to www.mplayerhq.hu/MPlayer/incoming please?
>>
>>
>> By sample, do you mean the patch files or a sample file it can decode?
>
>
> Never mind, uploading sample dvbsubtest.ts now.
>
> Also, have spotted a typo in the code (don't edit code that's
> #ifdef'ed out!) - new source file reattached.
>
>AVCodecParser dvbsub_parser = {
>
> { CODEC_ID_DVB_SUBTITLE },
>
> sizeof(DVBSubParseContext),
>
> dvbsub_parse_init,
>
> dvbsub_parse,
>
> dvbsub_parse_close,
>
>};
>
>
>
the above comma breaks compilation and the files you posted are in dos
format.
Playing that test file with fplay doesn't show any subtitle. Do I need
any particular
flag to show them?
Thanks,
Nico
More information about the ffmpeg-devel
mailing list