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
This commit is contained in:
parent
2fee538a16
commit
5dd3707b8d
7 changed files with 324 additions and 1 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue