changeset 5048:d44e963aaf1c libavformat

add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med dot uni-muenchen dot de
author bcoudurier
date Sat, 20 Jun 2009 06:09:30 +0000
parents 0a4137d6a7a5
children d8613bee3863
files mpegts.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mpegts.c	Fri Jun 19 21:36:21 2009 +0000
+++ b/mpegts.c	Sat Jun 20 06:09:30 2009 +0000
@@ -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,