From fe8e01361f3002d27d0a63c1c497c2662f410bbe Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 10 Sep 2013 01:48:59 +0200 Subject: 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 --- libavformat/mpeg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat') 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 -- cgit v1.2.3