summaryrefslogtreecommitdiff
path: root/src/encode.h
diff options
context:
space:
mode:
authorMathis Rosenhauer <rosenhauer@dkrz.de>2012-12-04 10:46:37 +0100
committerThomas Jahns <jahns@dkrz.de>2013-02-19 11:33:02 +0100
commit90e25ec4b9008fc346e1bef2e85a03fdb2e55e9f (patch)
treeb3ff18384a0814f927e1dc5e2b9db4c9cfcbf947 /src/encode.h
parent833113b801b174e62fe1ca0491d9fd08ad8579de (diff)
downloadlibaec-90e25ec4b9008fc346e1bef2e85a03fdb2e55e9f.tar.gz
libaec-90e25ec4b9008fc346e1bef2e85a03fdb2e55e9f.tar.bz2
libaec-90e25ec4b9008fc346e1bef2e85a03fdb2e55e9f.zip
clean up
Diffstat (limited to 'src/encode.h')
-rw-r--r--src/encode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encode.h b/src/encode.h
index 9f482ba..9c0a1af 100644
--- a/src/encode.h
+++ b/src/encode.h
@@ -79,7 +79,7 @@ struct internal_state {
uint32_t *data_raw; /* RSI blocks of input */
int blocks_avail; /* remaining blocks in buffer */
uint32_t *block; /* current (preprocessed) input block */
- int block_len; /* input block length in byte */
+ int rsi_len; /* reference sample interval in byte */
uint8_t *cds; /* current Coded Data Set output */
uint8_t *cds_buf; /* buffer for one CDS (only used if
* strm->next_out cannot hold full CDS) */