mirror of https://github.com/mpv-player/mpv
Increase HEADER_SEARCH_SIZE, fixes high-bitrate streams from demoscene.tv.
noticed by Soeren Sonnenburg, mplayer-ml -- at -- nn7 -- dot -- de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18252 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
98ad2fe467
commit
154fff61c9
|
@ -28,7 +28,7 @@ typedef struct {
|
|||
unsigned char fps;
|
||||
} nsv_priv_t;
|
||||
|
||||
#define HEADER_SEARCH_SIZE 65000
|
||||
#define HEADER_SEARCH_SIZE 256000
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue