Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
scanfile: increase total bytes limit from 4MB to 64MB (dvbv5 format i…
…s very uncompact)
  • Loading branch information
perexg committed Aug 29, 2016
1 parent f6bc70d commit f1fb86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/scanfile.c
Expand Up @@ -34,7 +34,7 @@
#include <strings.h>
#include <ctype.h>

#define SCANFILE_LIMIT (4*1024*1024)
#define SCANFILE_LIMIT (64*1024*1024)

static const char *scanfile_region_types[][2] = {
{ "dvb-s", "dvbs" },
Expand Down

0 comments on commit f1fb86d

Please sign in to comment.