John Stebbins 84fce203bd dca: set AVCodecContext frame_size for DTS audio
Set the frame size when decoding DTS audio.

This has the side effect of fixing the computation of timestamps for DTS-HD in compute_pkt_fields.  Since frame_size is
not currently set, the duration of a frame is being guessed based on the streams bitrate.  But for DTS-HD, the bitrate
currently used is the rate of the DTS core which is much different than the whole DTS-HD stream and leads to a wildly
inaccurate frame duration estimate.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit 49c7006c7e)

Signed-off-by: Anton Khirnov <anton@khirnov.net>
(cherry picked from commit 0631896885)

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2011-11-05 13:18:32 +01:00
2011-11-05 13:18:31 +01:00
2011-03-18 18:34:49 +01:00
2010-05-19 11:46:39 +00:00
2011-03-18 18:34:49 +01:00
2011-03-18 18:34:49 +01:00
2010-04-27 23:22:30 +00:00
2011-03-18 18:34:49 +01:00
2011-03-18 18:34:49 +01:00
2011-03-18 18:34:49 +01:00
2011-11-05 12:46:18 +01:00
2011-11-05 13:01:01 +01:00

Libav README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
Description
No description provided
Readme 173 MiB
Languages
C 92.1%
Assembly 6%
Makefile 1.2%
C++ 0.3%
Objective-C 0.2%
Other 0.1%