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
release/0.6
Wolfram Gloger 16 years ago committed by Baptiste Coudurier
parent 8a4ea200e1
commit 896f2b3212
  1. 1
      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,

Loading…
Cancel
Save