UNPKG

mp4box

Version:

JavaScript version of GPAC's MP4Box tool

5 lines (3 loc) 113 B
BoxParser.createBoxCtor("irot", "ImageRotation", function(stream) { this.angle = stream.readUint8() & 0x3; });