Skip to content

Commit

Permalink
adding irot box (AVIF)
Browse files Browse the repository at this point in the history
  • Loading branch information
cconcolato committed Dec 17, 2018
1 parent e6cc2f1 commit 6417ccd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/parsing/irot.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BoxParser.createBoxCtor("irot", function(stream) {
this.angle = stream.readUint8() & 0x3;
});

0 comments on commit 6417ccd

Please sign in to comment.