diff options
author | Stefan Holst <holstsn@users.sourceforge.net> | 2003-01-22 16:33:23 +0000 |
---|---|---|
committer | Stefan Holst <holstsn@users.sourceforge.net> | 2003-01-22 16:33:23 +0000 |
commit | 87e5eb416db3059dea56d8e0b44f3e386ff85e87 (patch) | |
tree | 111b7b133945bd4743a376aced843e29cbf0f641 /src/input/input_pnm.c | |
parent | e68b468cf91d7ca5aa9cde1bc22e906743f63509 (diff) | |
download | xine-lib-87e5eb416db3059dea56d8e0b44f3e386ff85e87.tar.gz xine-lib-87e5eb416db3059dea56d8e0b44f3e386ff85e87.tar.bz2 |
using bswap.h, some more comments. May work on big endian architectures now.
CVS patchset: 3989
CVS date: 2003/01/22 16:33:23
Diffstat (limited to 'src/input/input_pnm.c')
-rw-r--r-- | src/input/input_pnm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_pnm.c b/src/input/input_pnm.c index 61aca7eba..3d75c0ac9 100644 --- a/src/input/input_pnm.c +++ b/src/input/input_pnm.c @@ -47,7 +47,7 @@ #define LOG */ -#define BUFSIZE 1025 +#define BUFSIZE 4096 #if !defined(NDELAY) && defined(O_NDELAY) #define FNDELAY O_NDELAY |