[FFmpeg-devel] [PATCH] support text subtitles in ogm

Måns Rullgård mans
Thu Jan 31 23:25:38 CET 2008


Reimar D?ffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de> writes:

> Hello,
> almost a trivial patch.
> Sample:
> http://samples.mplayerhq.hu/ogg/bgc.sub.dub.ogm
> Ok to apply?
>
> [...]
> +ogg_codec_t ogm_text_codec = {
> +    .magic = "\001text",
> +    .magicsize = 6,

I suspect magicsize should be 5.

> +    .header = ogm_header,
> +    .packet = ogm_packet
> +};

Otherwise OK.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list