summaryrefslogtreecommitdiff
path: root/src/libaec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libaec.h')
-rw-r--r--src/libaec.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libaec.h b/src/libaec.h
index dd90ba4..e1ba30c 100644
--- a/src/libaec.h
+++ b/src/libaec.h
@@ -120,6 +120,9 @@ struct aec_stream {
/* Pad RSI to byte boundary. Only for decoding CCSDS sample data. */
#define AEC_PAD_RSI 32
+/* Do not enforce standard regarding legal block sizes. */
+#define AEC_NOT_ENFORCE 64
+
/*************************************/
/* Return codes of library functions */
/*************************************/