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

Method UnpInitData20

Libraries/unrar/unpack20.cpp:271–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269
270
271void Unpack::UnpInitData20(int Solid)
272{
273 if (!Solid)
274 {
275 TablesRead2=false;
276 UnpAudioBlock=false;
277 UnpChannelDelta=0;
278 UnpCurChannel=0;
279 UnpChannels=1;
280
281 memset(AudV,0,sizeof(AudV));
282 memset(UnpOldTable20,0,sizeof(UnpOldTable20));
283 memset(MD,0,sizeof(MD));
284 }
285}
286
287
288byte Unpack::DecodeAudio(int Delta)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected