mirror of
https://github.com/samsonjs/media.git
synced 2026-03-30 10:15:48 +00:00
Allow EXIF tracks to be exposed
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=167493800
This commit is contained in:
parent
65b14baab8
commit
a73601f36f
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ public final class MimeTypes {
|
|||
public static final String APPLICATION_CAMERA_MOTION = BASE_TYPE_APPLICATION + "/x-camera-motion";
|
||||
public static final String APPLICATION_EMSG = BASE_TYPE_APPLICATION + "/x-emsg";
|
||||
public static final String APPLICATION_DVBSUBS = BASE_TYPE_APPLICATION + "/dvbsubs";
|
||||
public static final String APPLICATION_EXIF = BASE_TYPE_APPLICATION + "/x-exif";
|
||||
|
||||
private MimeTypes() {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue