aboutsummaryrefslogtreecommitdiff
path: root/C/Ppmd8.h
diff options
context:
space:
mode:
authorIgor Pavlov <87184205+ip7z@users.noreply.github.com>2023-06-21 00:00:00 +0000
committerIgor Pavlov <87184205+ip7z@users.noreply.github.com>2023-12-17 14:59:19 +0500
commit5b39dc76f1bc82f941d5c800ab9f34407a06b53a (patch)
treefe5e17420300b715021a76328444088d32047963 /C/Ppmd8.h
parent93be7d4abfd4233228f58ee1fbbcd76d91be66a4 (diff)
download7zip-5b39dc76f1bc82f941d5c800ab9f34407a06b53a.tar.gz
7zip-5b39dc76f1bc82f941d5c800ab9f34407a06b53a.tar.bz2
7zip-5b39dc76f1bc82f941d5c800ab9f34407a06b53a.zip
23.0123.01
Diffstat (limited to 'C/Ppmd8.h')
-rw-r--r--C/Ppmd8.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/C/Ppmd8.h b/C/Ppmd8.h
index fe93fe7..d5bb57e 100644
--- a/C/Ppmd8.h
+++ b/C/Ppmd8.h
@@ -1,11 +1,11 @@
1/* Ppmd8.h -- Ppmd8 (PPMdI) compression codec 1/* Ppmd8.h -- Ppmd8 (PPMdI) compression codec
22021-04-13 : Igor Pavlov : Public domain 22023-04-02 : Igor Pavlov : Public domain
3This code is based on: 3This code is based on:
4 PPMd var.I (2002): Dmitry Shkarin : Public domain 4 PPMd var.I (2002): Dmitry Shkarin : Public domain
5 Carryless rangecoder (1999): Dmitry Subbotin : Public domain */ 5 Carryless rangecoder (1999): Dmitry Subbotin : Public domain */
6 6
7#ifndef __PPMD8_H 7#ifndef ZIP7_INC_PPMD8_H
8#define __PPMD8_H 8#define ZIP7_INC_PPMD8_H
9 9
10#include "Ppmd.h" 10#include "Ppmd.h"
11 11
@@ -87,8 +87,8 @@ typedef struct
87 UInt32 Low; 87 UInt32 Low;
88 union 88 union
89 { 89 {
90 IByteIn *In; 90 IByteInPtr In;
91 IByteOut *Out; 91 IByteOutPtr Out;
92 } Stream; 92 } Stream;
93 93
94 Byte Indx2Units[PPMD_NUM_INDEXES + 2]; // +2 for alignment 94 Byte Indx2Units[PPMD_NUM_INDEXES + 2]; // +2 for alignment