Commit f7003c7a authored by Michael Niedermayer's avatar Michael Niedermayer

Merge remote-tracking branch 'cehoyos/master'

* cehoyos/master:
  Use 0x88 as stream id when muxing DTS in program streams.
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents d92b1b1b fe8e0136
......@@ -41,7 +41,7 @@
#define AUDIO_ID 0xc0
#define VIDEO_ID 0xe0
#define AC3_ID 0x80
#define DTS_ID 0x8a
#define DTS_ID 0x88
#define LPCM_ID 0xa0
#define SUB_ID 0x20
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment