TS MP3 works mostly, but PMT has wrong checksum
This commit is contained in:
parent
6260df4a32
commit
827656b6dc
4 changed files with 169 additions and 8 deletions
|
@ -349,7 +349,7 @@ namespace OGG {
|
|||
long unsigned int retVal = 0;
|
||||
long unsigned int oldChecksum = getCRCChecksum();
|
||||
setCRCChecksum(0);
|
||||
retVal = checksum::crc32(0, data, getPageSize());
|
||||
retVal = checksum::crc32c(0, data, getPageSize());
|
||||
setCRCChecksum(oldChecksum);
|
||||
return retVal;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue