Skip to content

Commit

Permalink
Fix import bug in hdlr box.
Browse files Browse the repository at this point in the history
  • Loading branch information
BTOdell committed Jul 27, 2021
1 parent ea80440 commit 4e6e4ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions boxes/moov/src/hdlr.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type {Buffer} from "buffer";
import type {BoxHeader, FourCC, FullBox} from "@isomp4/core";
import {FullBoxEncoding} from "@isomp4/core";
import {readString} from "@isomp4/core/src/BufferUtils";
import {FullBoxEncoding, readString} from "@isomp4/core";

export interface HandlerBox extends FullBox {

Expand Down

0 comments on commit 4e6e4ff

Please sign in to comment.