소스 검색

git-svn-id: https://svn.code.sf.net/p/openv2g/code/trunk@62 d9f2db14-54d0-4bde-b00c-16405c910529

daniel_peintner 14 년 전
부모
커밋
5a9aae1694
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/test/main_codec.c

+ 1 - 1
src/test/main_codec.c

@@ -47,7 +47,7 @@
 #if EXI_STREAM == BYTE_ARRAY
 /* 64 kilobytes = 65 536 bytes */
 /* 1 megabyte = 1 048 576 bytes*/
-#define BUFFER_SIZE 1048576
+#define BUFFER_SIZE 200
 uint8_t bufferIn[BUFFER_SIZE];
 uint8_t bufferOut[BUFFER_SIZE];
 #endif /* EXI_STREAM == BYTE_ARRAY */