Home
last modified time | relevance | path

Searched refs:bLastFrameCRC (Results 1 – 2 of 2) sorted by relevance

/dports/audio/mp3val/mp3val-0.1.8-src/
H A Dmpegparse.h66 bool bLastFrameCRC; member
112 bLastFrameCRC=false; in clear()
H A Dmpegparse.cpp108 …if(iFrameSize+iFrame<=iFileSize&&mpginfo->iLastMPEGLayer==3&&mpginfo->bLastFrameCRC) CheckMP3CRC(b… in ValidateFile()
271 mpginfo->bLastFrameCRC=false; in ValidateMPEGFrame()
274 mpginfo->bLastFrameCRC=true; in ValidateMPEGFrame()