mirror of
https://github.com/samsonjs/media.git
synced 2026-04-14 12:45:47 +00:00
Remove unused MP4 atom type
PiperOrigin-RevId: 333051018
This commit is contained in:
parent
25e31743d3
commit
a196fb0778
1 changed files with 0 additions and 3 deletions
|
|
@ -274,9 +274,6 @@ import java.util.List;
|
|||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
public static final int TYPE_TTML = 0x54544d4c;
|
||||
|
||||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
public static final int TYPE_vmhd = 0x766d6864;
|
||||
|
||||
@SuppressWarnings("ConstantCaseForConstants")
|
||||
public static final int TYPE_mp4v = 0x6d703476;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue