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

Tamlyn Ellis tamlyn at internode.on.net
Sat Apr 26 01:04:24 CEST 2014


Hi,

They are listed here
http://en.wikipedia.org/wiki/Program-specific_information

Also I was supposed to put "fixes ticket 1398" on the description but 
I'm a bit of a noob at this stuff. More details here
http://trac.ffmpeg.org/ticket/1398

Thanks.

On 26/04/2014 4:40 AM, Michael Niedermayer wrote:
> On Fri, Apr 25, 2014 at 02:23:41PM +1000, goodthanks wrote:
>
>
>> commit e1d519ff6e3f840e7a27db27c2d584babcbb7ac2
>> Author: goodthanks <tamlyn at internode.on.net>
>> Date:   Fri Apr 25 14:23:41 2014 +1000
>>
>>      Allow DTS audio copy to TS streams
>>
>>      Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
>>
>> diff --git a/libavformat/mpegts.h b/libavformat/mpegts.h
>> index d7a9f03..7dfe844 100644
>> --- a/libavformat/mpegts.h
>> +++ b/libavformat/mpegts.h
>> @@ -58,7 +58,8 @@
>>   #define STREAM_TYPE_VIDEO_DIRAC     0xd1
>>
>>   #define STREAM_TYPE_AUDIO_AC3       0x81
>> -#define STREAM_TYPE_AUDIO_DTS       0x8a
>> +#define STREAM_TYPE_AUDIO_DTS       0x82
>> +#define STREAM_TYPE_AUDIO_TRUEHD    0x83
> which specification lists these values ?
>
> [...]


---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com



More information about the ffmpeg-devel mailing list