aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2013-05-02 18:10:20 -0700
committerEric Laurent <elaurent@google.com>2013-05-02 18:14:57 -0700
commitf0c407825741bcb94952e4264efce66dee378411 (patch)
tree4847f70e8433e7f5807ebe6b74f5668f58f1ab2e /include
parentc902d7fb4e0f2b086030f384ce217679775ca2d4 (diff)
downloadtinycompress-f0c407825741bcb94952e4264efce66dee378411.tar.gz
Update to latest tinycompress
01ff678 compress: Add support for capture streams 8c9d5da tinycompress: cplay: Correct a couple of small message typos Change-Id: Ieee7cce63930eb2f846a7a86a92806f1db45656b
Diffstat (limited to 'include')
-rw-r--r--include/tinycompress/tinycompress.h2
1 files changed, 1 insertions, 1 deletions
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 @@ struct compr_gapless_mdata {
__u32 encoder_padding;
};
-#define COMPRESS_OUT 0x00000000
+#define COMPRESS_OUT 0x20000000
#define COMPRESS_IN 0x10000000
struct compress;