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:
arpi 2003-01-10 22:41:49 +00:00
parent cf1d0ebb4a
commit 88ddf79953
1 changed files with 2 additions and 2 deletions

View File

@ -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 {