1
0
mirror of synced 2025-02-23 05:09:07 +01:00

Tidied GIFextractor

This commit is contained in:
n1073645 2019-11-07 16:20:09 +00:00
parent 4f5e0c007d
commit f022440b4a

View File

@ -2465,7 +2465,6 @@ export function extractGIF(bytes, offset) {
break; break;
stream.moveBackwardsBy(1); stream.moveBackwardsBy(1);
} }
stream.moveBackwardsBy(10);
return stream.carve(); return stream.carve();
} }