diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-09-10 02:05:04 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-09-10 02:05:13 +0200 |
commit | f7003c7a3bc6233e6070fb6b423181a870b0f73a (patch) | |
tree | 99e0959dc349788dce8968cc658970d250ae3e79 | |
parent | d92b1b1babe69268971863649c225e1747358a74 (diff) | |
parent | fe8e01361f3002d27d0a63c1c497c2662f410bbe (diff) | |
download | ffmpeg-f7003c7a3bc6233e6070fb6b423181a870b0f73a.tar.gz |
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.h | 2 |
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 |