summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Holst <holstsn@users.sourceforge.net>2003-01-10 20:57:11 +0000
committerStefan Holst <holstsn@users.sourceforge.net>2003-01-10 20:57:11 +0000
commitba1dc3c25af7a2c0ab705ff7dfb4286f21e4b931 (patch)
tree3156fbe485d0c2b6f177fa72a32b1253b4ce4326
parent84016d72f4b91bae918551bd5501123088e826f5 (diff)
downloadxine-lib-ba1dc3c25af7a2c0ab705ff7dfb4286f21e4b931.tar.gz
xine-lib-ba1dc3c25af7a2c0ab705ff7dfb4286f21e4b931.tar.bz2
increase buffers
CVS patchset: 3855 CVS date: 2003/01/10 20:57:11
-rw-r--r--src/input/pnm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/input/pnm.c b/src/input/pnm.c
index a3bcac484..89b3e035d 100644
--- a/src/input/pnm.c
+++ b/src/input/pnm.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: pnm.c,v 1.8 2002/12/26 20:30:00 holstsn Exp $
+ * $Id: pnm.c,v 1.9 2003/01/10 20:57:11 holstsn Exp $
*
* pnm protocol implementation
* based upon code from joschka
@@ -44,8 +44,8 @@
#define LOG
*/
-#define BUF_SIZE 1024
-#define HEADER_SIZE 1024
+#define BUF_SIZE 4096
+#define HEADER_SIZE 4096
struct pnm_s {