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
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4