| 168 | |
| 169 | |
| 170 | struct 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 |
nothing calls this directly
no outgoing calls
no test coverage detected