1
0
mirror of synced 2025-02-22 04:49:47 +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;
stream.moveBackwardsBy(1);
}
stream.moveBackwardsBy(10);
return stream.carve();
}