summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorWolfram Gloger <wmglo@dent.med.uni-muenchen.de>2009-06-20 06:09:30 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-06-20 06:09:30 +0000
commit896f2b3212fb92471b1bdf198a1069ab63cba39f (patch)
tree3dc518a436c9944a71d919dd804152dd1534a45d /libavformat
parent8a4ea200e1c823011ba7695d1e0ff13e3120a221 (diff)
add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med dot uni-muenchen dot de
Originally committed as revision 19229 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mpegts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 031c460dd6..921ddd5e39 100644
--- a/libavformat/mpegts.c
+++ b/libavformat/mpegts.c
@@ -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,