[FFmpeg-devel] [PATCH 1/3] Updated DTS parser to order HD frames correctly

Nick Brereton nick at nbrereton.net
Thu Apr 12 22:22:28 CEST 2012


Hi,

The current DTS parser gets the wrong order for DTS-HD frames and the 
associated Core frame. When the stream is a DTS-HD stream the core frame 
associated with an HD frame comes immediately after the HD frame in the 
stream (rather than before, which the existing code assumes). This code 
fixes that ordering and alters the decoder to cope with that ordering.

There seem to be a fair number of raw DTS-HD streams out there that are 
cropped to start at the first core frame, in that case this code will 
drop the initial core frame for HD streams as it should be regarded as 
broken.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Updated-DTS-parser-to-order-HD-frames-correctly.patch
Type: text/x-patch
Size: 8836 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120412/f9aa58ae/attachment.bin>


More information about the ffmpeg-devel mailing list