mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Remove unused MP4 atom type
PiperOrigin-RevId: 333051018
This commit is contained in:
parent
93948471c8
commit
884a0f52cd
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