[FFmpeg-cvslog] Use 0x88 as stream id when muxing DTS in program streams.

Carl Eugen Hoyos git at videolan.org
Tue Sep 10 02:30:48 CEST 2013


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Tue Sep 10 01:48:59 2013 +0200| [fe8e01361f3002d27d0a63c1c497c2662f410bbe] | committer: Carl Eugen Hoyos

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe8e01361f3002d27d0a63c1c497c2662f410bbe
---

 libavformat/mpeg.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/mpeg.h b/libavformat/mpeg.h
index a1e8980..cf10d6a 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
 



More information about the ffmpeg-cvslog mailing list