Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/boxes/iref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const REFERENCE_TYPE_NAMES = {
pred: 'Predictively coded item',
prem: 'Pre-multiplied item',
tbas: 'HEVC tile track base item',
text: 'Text item',
thmb: 'Thumbnail image item',
};

Expand All @@ -45,6 +46,7 @@ export class irefBox extends FullBox {
'pred',
'prem',
'tbas',
'text',
'thmb',
] as const;

Expand Down