[FFmpeg-cvslog] r19229 - trunk/libavformat/mpegts.c

bcoudurier subversion
Sat Jun 20 08:09:31 CEST 2009


Author: bcoudurier
Date: Sat Jun 20 08:09:30 2009
New Revision: 19229

Log:
add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med dot uni-muenchen dot de

Modified:
   trunk/libavformat/mpegts.c

Modified: trunk/libavformat/mpegts.c
==============================================================================
--- trunk/libavformat/mpegts.c	Fri Jun 19 23:36:21 2009	(r19228)
+++ trunk/libavformat/mpegts.c	Sat Jun 20 08:09:30 2009	(r19229)
@@ -528,6 +528,7 @@ static const StreamType DESC_types[] = {
     { 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-cvslog mailing list