[FFmpeg-devel] [PATCH 1/2] Decode DTS XXCH extension

Nick Brereton nick at nbrereton.net
Sun Jun 24 20:36:12 CEST 2012


Hi,

The attached patch will decode the DTS XXCH extension giving > 5.1 
channels for DTS-HRA streams. The second patch handling signalling the 
extra channels and their positions.

Note that most 7.1 DTS streams use the XLL (lossless) extension to 
carry the channels, rather than XXCH, so will generally only decode as a 
5.1 core stream.

I also noticed that in the ETSI specification there is a bit called 
FixedBit in the core frame header which is said to always be zero; the 
current decoder takes that bit to indicate the presense of stereo 
downmix coefficients (sets s->downmix) -- presumably DTS changed their 
mind at some-stage as to the meaning of this bit; but if they've decided 
to specify it as always zero does this mean that the option was never 
used? In which case the dca decoder could be cleaned up by removing 
handling for the stereo downmix coefficients?

Regards,

Nick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Parse-decode-DTS-XXCH-frames.patch
Type: text/x-patch
Size: 7890 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120624/2e509e28/attachment.bin>


More information about the ffmpeg-devel mailing list