Add ftyp atom def

This commit is contained in:
Oliver Woodman 2015-03-03 17:17:02 +00:00
parent b9addf28b2
commit baea1cd12d

View File

@ -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");