justdan96 / tsMuxer

tsMuxer is a transport stream muxer for remuxing/muxing elementary streams, EVO/VOB/MPG, MKV/MKA, MP4/MOV, TS, M2TS to TS to M2TS. Supported video codecs H.264/AVC, H.265/HEVC, VC-1, MPEG2. Supported audio codecs AAC, AC3 / E-AC3(DD+), DTS/ DTS-HD.
Apache License 2.0
836 stars 141 forks source link

Fix incorrect stream type of EAC3 stream in TS #694

Closed moveman closed 1 year ago

moveman commented 1 year ago

When doing the Dolby certification, the demuxer can't demux the eac3 stream due to stream type incorrect. TsMuxeR coded the stream type of EAC3 as 0x84 and the correct one should be 0x87.