| 151 | } |
| 152 | |
| 153 | bool CPCMDecoderInstance::Seek0(int nDelay) |
| 154 | { |
| 155 | m_nPos=-nDelay; |
| 156 | m_bCopyFromLastFrame = false; |
| 157 | return SeekBytes(m_pDecoder->m_FileInfo.nHeaderSize); |
| 158 | } |
| 159 | |
| 160 | int CPCMDecoderInstance::GetPos() |
| 161 | { |
no outgoing calls
no test coverage detected