Displaying 1 result from an estimated 1 matches for "1_mklite".
2014 Jul 09
1
[PATCH] two fixes
...macro
(((((x) >> 8) & 0xFF) + ((x) & 0xFF) << 8))
adds (x >> 8) & 0xFF with x & 0xFF and then l-shifts the result by 8.
It doesn't looks right. The second patch fixes this.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1_mklite.patch
Type: application/octet-stream
Size: 426 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20140709/c6622c31/attachment.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2_endswap.patch
Type: application/octet-stream
Si...