[FFmpeg-devel] [PATCH] speex support for ogg demuxer
    Måns Rullgård 
    mans
       
    Tue Feb  5 23:04:08 CET 2008
    
    
  
Reimar D?ffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de> writes:
> Hello,
> my (very sloppy) search did not reveal a specification for it, so here
> is speex support for the demuxer based on the MPlayer code.
Spec is at http://speex.org/docs/manual/speex-manual/node8.html
> +ogg_codec_t speex_codec = {
> +    .magic = "Speex",
> +    .magicsize = 5,
Should be
    .magic = "Speex   ",
    .magicsize = 8,
Note the 3 trailing spaces in the magic signature.
Patch OK apart from this.
Will you write a decoder now?
-- 
M?ns Rullg?rd
mans at mansr.com
    
    
More information about the ffmpeg-devel
mailing list