Mercurial > libavformat.hg
changeset 5150:fdfcd039e25d libavformat
Decoder for LPCM as used in Bluray discs.
Patch by Christian Schmidt, schmidt digadd de
author | cehoyos |
---|---|
date | Wed, 26 Aug 2009 22:10:35 +0000 |
parents | 4a53fcd622ea |
children | 0e13b1b352ff |
files | mpegts.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegts.c Wed Aug 26 08:38:44 2009 +0000 +++ b/mpegts.c Wed Aug 26 22:10:35 2009 +0000 @@ -505,6 +505,7 @@ }; 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 },