summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-09-10 02:05:04 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-09-10 02:05:13 +0200
commitf7003c7a3bc6233e6070fb6b423181a870b0f73a (patch)
tree99e0959dc349788dce8968cc658970d250ae3e79
parentd92b1b1babe69268971863649c225e1747358a74 (diff)
parentfe8e01361f3002d27d0a63c1c497c2662f410bbe (diff)
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master: Use 0x88 as stream id when muxing DTS in program streams. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavformat/mpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpeg.h b/libavformat/mpeg.h
index a1e89806ff..cf10d6a4c4 100644
--- a/libavformat/mpeg.h
+++ b/libavformat/mpeg.h
@@ -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