aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-09-10 01:48:59 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-09-10 01:48:59 +0200
commitfe8e01361f3002d27d0a63c1c497c2662f410bbe (patch)
tree515126ccb49241d14e493b6825338d1bc8b0132f
parentd1a16564a23703ce63f9d875d50eb0ef48bddf19 (diff)
downloadffmpeg-fe8e01361f3002d27d0a63c1c497c2662f410bbe.tar.gz
Use 0x88 as stream id when muxing DTS in program streams.
This is what other open source software uses and what some hardware players expect. Tested by trac user iuqbgq9h-1 at yahoo
-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