mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +00:00
Only probe 4 MB again (20 MB is really slow if types are not found)
This commit is contained in:
parent
bafe893c0b
commit
48dcd63bc1
@ -36,7 +36,7 @@
|
||||
|
||||
#define TS_CONSECUTIVE_PACKETS 16
|
||||
#define TS_PROBE_SIZE (2 * TS_CONSECUTIVE_PACKETS * 204)
|
||||
#define TS_PIDS_DETECT_SIZE 20 * 1024 * 1024
|
||||
#define TS_PIDS_DETECT_SIZE 4 * 1024 * 1024
|
||||
#define TS_PACKET_SIZE 188
|
||||
|
||||
#define GET_PID(p) (((static_cast<uint16_t>(p->pid_msb) << 8) | p->pid_lsb) & 0x1FFF)
|
||||
|
Loading…
Reference in New Issue
Block a user