Explorar o código

stb_image: JPEG: Accept non-zero junk bytes at the end of image data

Jeremy Sawicki %!s(int64=8) %!d(string=hai) anos
pai
achega
6f5677946c
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      stb_image.h

+ 0 - 2
stb_image.h

@@ -3123,8 +3123,6 @@ static int stbi__decode_jpeg_image(stbi__jpeg *j)
                if (x == 255) {
                   j->marker = stbi__get8(j->s);
                   break;
-               } else if (x != 0) {
-                  return stbi__err("junk before marker", "Corrupt JPEG");
                }
             }
             // if we reach eof without hitting a marker, stbi__get_marker() below will fail and we'll eventually return 0