Tidied GIFextractor

This commit is contained in:
n1073645 2019-11-07 16:20:09 +00:00 committed by d98762625
parent 3afc381f06
commit 9321fc25ef

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();
} }