Fix stream_type_table length

pull/7/head
Kieran Kunhya 2016-01-14 18:12:15 +00:00
rodzic 70c7f05bf0
commit bc85f1528d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -29,7 +29,7 @@
#include "crc/crc.h"
#include <math.h>
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 },