[FFmpeg-devel] [PATCH] Allow DTS audio copy to TS streams

Carl Eugen Hoyos cehoyos at ag.or.at
Sat Apr 26 08:29:55 CEST 2014


Michael Niedermayer <michaelni <at> gmx.at> writes:

> >     Allow DTS audio copy to TS streams

Please add "Fixes ticket #1398." to the commit message.

> > -#define STREAM_TYPE_AUDIO_DTS       0x8a
> > +#define STREAM_TYPE_AUDIO_DTS       0x82
> which specification lists these values ?

STREAM_TYPE_AUDIO_DTS is currently unused within 
the FFmpeg codebase so given the number of 
confirmations for the ticket the patch will not 
make the code worse imo.

It is listed here:
http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/M2TS.html

> > +#define STREAM_TYPE_AUDIO_TRUEHD    0x83

Don't know about this one.

Carl Eugen



More information about the ffmpeg-devel mailing list