mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
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
This commit is contained in:
parent
d1a16564a2
commit
fe8e01361f
@ -41,7 +41,7 @@
|
|||||||
#define AUDIO_ID 0xc0
|
#define AUDIO_ID 0xc0
|
||||||
#define VIDEO_ID 0xe0
|
#define VIDEO_ID 0xe0
|
||||||
#define AC3_ID 0x80
|
#define AC3_ID 0x80
|
||||||
#define DTS_ID 0x8a
|
#define DTS_ID 0x88
|
||||||
#define LPCM_ID 0xa0
|
#define LPCM_ID 0xa0
|
||||||
#define SUB_ID 0x20
|
#define SUB_ID 0x20
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user