[Ffmpeg-devel] Re: [PATCH] Revised patch for HD DVD .EVO demuxing

Diego Biurrun diego
Sun Jan 21 10:02:22 CET 2007


On Sat, Jan 20, 2007 at 11:25:33PM +0000, Ian Caulfield wrote:
> On 1/20/07, Michael Niedermayer <michaelni at gmx.at> wrote:
> >
> >On Thu, Jan 18, 2007 at 10:12:35AM +0000, Ian Caulfield wrote:
> >>          type = CODEC_TYPE_AUDIO;
> >>          codec_id = CODEC_ID_DTS;
> >> -    } else if (startcode >= 0xa0 && startcode <= 0xbf) {
> >> +    } else if (startcode >= 0xa0 && startcode <= 0xaf) {
> >>          type = CODEC_TYPE_AUDIO;
> >>          codec_id = CODEC_ID_PCM_S16BE;
> >
> >why? this doesnt seem to intersect with any of the new ranges ...
> 
> 0xb0 - 0xbf are MLP/Dolby TrueHD streams - I haven't added a codec id
> for these as there's no spec on the format, and thus no free decoder.

So free decoders only get written when there is a spec available?  I
wonder where half of FFmpeg has come from ...

Diego




More information about the ffmpeg-devel mailing list