summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
diff options
context:
space:
mode:
authorChristian Schmidt <schmidt@digadd.de>2009-08-26 22:10:35 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2009-08-26 22:10:35 +0000
commit5dd3707b8d400b4260efaa4c7ca14b87733acd10 (patch)
treea5b49e64adb9f7f04215a2b3346a7dd159605a25 /libavformat/mpegts.c
parent2fee538a16210e1d07013718ba2a11cb97c1435f (diff)
Decoder for LPCM as used in Bluray discs.
Patch by Christian Schmidt, schmidt digadd de Originally committed as revision 19722 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mpegts.c')
-rw-r--r--libavformat/mpegts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 7d356a629d..9282a70363 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -505,6 +505,7 @@ static const StreamType ISO_types[] = {
};
static const StreamType HDMV_types[] = {
+ { 0x80, CODEC_TYPE_AUDIO, CODEC_ID_PCM_BLURAY },
{ 0x81, CODEC_TYPE_AUDIO, CODEC_ID_AC3 },
{ 0x82, CODEC_TYPE_AUDIO, CODEC_ID_DTS },
{ 0x90, CODEC_TYPE_SUBTITLE, CODEC_ID_HDMV_PGS_SUBTITLE },