MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / AudioVariables

Class AudioVariables

Libraries/unrar/unpack.hpp:170–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168
169
170struct AudioVariables // For RAR 2.0 archives only.
171{
172 int K1,K2,K3,K4,K5;
173 int D1,D2,D3,D4;
174 int LastDelta;
175 unsigned int Dif[11];
176 unsigned int ByteCount;
177 int LastChar;
178};
179
180
181// We can use the fragmented dictionary in case heap does not have the single

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected