commit | f0c407825741bcb94952e4264efce66dee378411 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Thu May 02 18:10:20 2013 -0700 |
committer | Eric Laurent <elaurent@google.com> | Thu May 02 18:14:57 2013 -0700 |
tree | 4847f70e8433e7f5807ebe6b74f5668f58f1ab2e | |
parent | c902d7fb4e0f2b086030f384ce217679775ca2d4 [diff] [blame] |
Update to latest tinycompress 01ff678 compress: Add support for capture streams 8c9d5da tinycompress: cplay: Correct a couple of small message typos Change-Id: Ieee7cce63930eb2f846a7a86a92806f1db45656b
diff --git a/include/tinycompress/tinycompress.h b/include/tinycompress/tinycompress.h index ba9f3b6..9867afc 100644 --- a/include/tinycompress/tinycompress.h +++ b/include/tinycompress/tinycompress.h
@@ -76,7 +76,7 @@ __u32 encoder_padding; }; -#define COMPRESS_OUT 0x00000000 +#define COMPRESS_OUT 0x20000000 #define COMPRESS_IN 0x10000000 struct compress;