richgel999 / jpeg-compressor

C++ JPEG compression/fuzzed low-RAM JPEG decompression codec with Public Domain or Apache 2.0 license
210 stars 57 forks source link

fixed clang -Wshift-negative-value #9

Closed spjoe closed 4 years ago

spjoe commented 8 years ago

replaced values described with shifting operation with the signed representation of the result. is pull request for issue #8