mirror of https://github.com/mpv-player/mpv
buffer overflow fix :)
ported from xine git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8881 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cf1d0ebb4a
commit
88ddf79953
|
@ -59,8 +59,8 @@
|
|||
#define LOG
|
||||
*/
|
||||
|
||||
#define BUF_SIZE 1024
|
||||
#define HEADER_SIZE 1024
|
||||
#define BUF_SIZE 4096
|
||||
#define HEADER_SIZE 4096
|
||||
|
||||
struct pnm_s {
|
||||
|
||||
|
|
Loading…
Reference in New Issue