[FFmpeg-devel] [PATCH] add missing 0-termination in mpegts.c
Baptiste Coudurier
baptiste.coudurier
Thu Jun 18 21:33:03 CEST 2009
On 6/18/2009 12:28 PM, Wolfram Gloger wrote:
> Hi,
>
> $subject
>
> Regards,
> Wolfram.
>
> Index: trunk/libavformat/mpegts.c
> ===================================================================
> --- trunk/libavformat/mpegts.c (Revision 19217)
> +++ trunk/libavformat/mpegts.c (Arbeitskopie)
> @@ -528,6 +528,7 @@
> { 0x7a, CODEC_TYPE_AUDIO, CODEC_ID_EAC3 }, /* E-AC-3 descriptor */
> { 0x7b, CODEC_TYPE_AUDIO, CODEC_ID_DTS },
> { 0x59, CODEC_TYPE_SUBTITLE, CODEC_ID_DVB_SUBTITLE }, /* subtitling descriptor */
> + { 0 },
> };
>
Ok of course, you can commit this trivial change directly next time :)
--
Baptiste COUDURIER GnuPG Key Id: 0x5C1ABAAA
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
More information about the ffmpeg-devel
mailing list