From bc85f1528d70be2d14603ea77d038ff05a6b1523 Mon Sep 17 00:00:00 2001 From: Kieran Kunhya Date: Thu, 14 Jan 2016 18:12:15 +0000 Subject: [PATCH] Fix stream_type_table length --- libmpegts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmpegts.c b/libmpegts.c index 1714093..a261ac4 100644 --- a/libmpegts.c +++ b/libmpegts.c @@ -29,7 +29,7 @@ #include "crc/crc.h" #include -static const int steam_type_table[28][2] = +static const int steam_type_table[29][2] = { { LIBMPEGTS_VIDEO_MPEG2, VIDEO_MPEG2 }, { LIBMPEGTS_VIDEO_AVC, VIDEO_AVC },