search for: 419123315a22592e3170b67d0aa26916

Displaying 2 results from an estimated 2 matches for "419123315a22592e3170b67d0aa26916".

2014 Jun 29
6
FIxed rest of cast-align warnings
Hi all, In commit 3eb4094b859 I think I have fixed all the cast-align warnings. I have tested this in amd64/Linux (little endian) and powerpc64/Linux (big endian) and it passed all tests (including the new MD5 tests). I also did a little performance testing on amd64/Linux with a one hour long stereo WAV file and could not find any mesasurable difference between the old and the new code. I
2014 Jun 29
0
FIxed rest of cast-align warnings
...ew MD5 tests fail > +++ libFLAC unit test: md5 > > testing FLAC__MD5Init ... OK > testing that FLAC__MD5Final clears the MD5Context ... OK > testing FLAC__MD5Accumulate (channels=1, bytes_per_sample=1) ... > FAILED, expected MD5 sum b2bb8775b7d5bf59c36c8637293a4602 but > got 419123315a22592e3170b67d0aa26916 However, using the binary on actual FLAC files (with flac -t) doesn't give any errors of mismatching md5 sums, so maybe the problem is in the test itself? ARM is big endian IIRC, maybe that could be the cause?