summaryrefslogtreecommitdiffstats
path: root/libmpdemux/pnm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/pnm.c')
-rw-r--r--libmpdemux/pnm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/pnm.c b/libmpdemux/pnm.c
index 154a47312e..bf79a32920 100644
--- a/libmpdemux/pnm.c
+++ b/libmpdemux/pnm.c
@@ -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 {