mirror of
https://github.com/samsonjs/media.git
synced 2026-04-11 12:15:47 +00:00
Add ftyp atom def
This commit is contained in:
parent
b9addf28b2
commit
baea1cd12d
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ import java.util.List;
|
|||
|
||||
public abstract class Atom {
|
||||
|
||||
public static final int TYPE_ftyp = getAtomTypeInteger("ftyp");
|
||||
public static final int TYPE_avc1 = getAtomTypeInteger("avc1");
|
||||
public static final int TYPE_avc3 = getAtomTypeInteger("avc3");
|
||||
public static final int TYPE_esds = getAtomTypeInteger("esds");
|
||||
|
|
|
|||
Loading…
Reference in a new issue