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

Class AudioVariables

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

Source from the content-addressed store, hash-verified

288byte Unpack::DecodeAudio(int Delta)
289{
290 struct AudioVariables *V=&AudV[UnpCurChannel];
291 V->ByteCount++;
292 V->D4=V->D3;
293 V->D3=V->D2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected