[FFmpeg-devel] [PATCH 13/28] additional HDMV types and reg descriptors

Carl Eugen Hoyos cehoyos
Wed Jun 30 11:29:12 CEST 2010


Mans Rullgard <mans <at> mansr.com> writes:

> --- a/libavformat/mpegts.c
> +++ b/libavformat/mpegts.c
> @@ -510,6 +510,8 @@ static const StreamType HDMV_types[] = {
>      { 0x82, AVMEDIA_TYPE_AUDIO, CODEC_ID_DTS },
>      { 0x83, AVMEDIA_TYPE_AUDIO, CODEC_ID_TRUEHD },
>      { 0x84, AVMEDIA_TYPE_AUDIO, CODEC_ID_EAC3 },
> +    { 0x85, CODEC_TYPE_AUDIO,     CODEC_ID_DTS }, /* DTS HD */
> +    { 0x86, CODEC_TYPE_AUDIO,     CODEC_ID_DTS }, /* DTS HD MASTER*/

Before this gets applied, could we discuss (again?) if DTS-HD needs an own
codec-id? I still suspect, the DTS-HD spdif patch only needs a Windows
development environment, so this has to be discussed even if we don't have a
decoder, imo.

Carl Eugen





More information about the ffmpeg-devel mailing list