[FFmpeg-devel] [PATCH] Allow DTS audio copy to TS streams
Michael Niedermayer
michaelni at gmx.at
Fri Apr 25 20:40:05 CEST 2014
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 ?
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Its not that you shouldnt use gotos but rather that you should write
readable code and code with gotos often but not always is less readable
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20140425/d3cde1ff/attachment.asc>
More information about the ffmpeg-devel
mailing list