mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 02:09:52 +00:00
demux_lavf: increase max. probe size
For those shitty mp3s with extremely large ID3v2/APIC tags, and for which libavformat insists on reading all data until after the ID3v2.
This commit is contained in:
parent
70e76eb80a
commit
098cf8be8f
@ -59,7 +59,7 @@
|
||||
#endif
|
||||
|
||||
#define INITIAL_PROBE_SIZE STREAM_BUFFER_SIZE
|
||||
#define PROBE_BUF_SIZE (2 * 1024 * 1024)
|
||||
#define PROBE_BUF_SIZE (10 * 1024 * 1024)
|
||||
|
||||
|
||||
// Should correspond to IO_BUFFER_SIZE in libavformat/aviobuf.c (not public)
|
||||
|
Loading…
Reference in New Issue
Block a user