[FFmpeg-devel] [PATCH] add missing 0-termination in mpegts.c

Wolfram Gloger wmglo
Thu Jun 18 21:28:54 CEST 2009


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 },
 };
 
 static void mpegts_find_stream_type(AVStream *st,



More information about the ffmpeg-devel mailing list