| block_encoder.h | block_encoder.h | |||
|---|---|---|---|---|
| skipping to change at line 43 | skipping to change at line 43 | |||
| /// | /// | |||
| /// ~LZMA_VLI_C(3) is to guarantee that if we need padding at the end of | /// ~LZMA_VLI_C(3) is to guarantee that if we need padding at the end of | |||
| /// the Compressed Data field, it will still stay in the proper limit. | /// the Compressed Data field, it will still stay in the proper limit. | |||
| /// | /// | |||
| /// This constant is in this file because it is needed in both | /// This constant is in this file because it is needed in both | |||
| /// block_encoder.c and block_buffer_encoder.c. | /// block_encoder.c and block_buffer_encoder.c. | |||
| #define COMPRESSED_SIZE_MAX ((LZMA_VLI_MAX - LZMA_BLOCK_HEADER_SIZE_MAX \ | #define COMPRESSED_SIZE_MAX ((LZMA_VLI_MAX - LZMA_BLOCK_HEADER_SIZE_MAX \ | |||
| - LZMA_CHECK_SIZE_MAX) & ~LZMA_VLI_C(3)) | - LZMA_CHECK_SIZE_MAX) & ~LZMA_VLI_C(3)) | |||
| extern lzma_ret lzma_block_encoder_init(lzma_next_coder *next, | extern lzma_ret lzma_block_encoder_init(lzma_next_coder *next, | |||
| lzma_allocator *allocator, lzma_block *block); | const lzma_allocator *allocator, lzma_block *block); | |||
| #endif | #endif | |||
| End of changes. 1 change blocks. | ||||
| 1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||