Skip to content

Commit

Permalink
Allow EXIF tracks to be exposed
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=167493800
  • Loading branch information
andrewlewis authored and Oliver Woodman committed Sep 8, 2017
1 parent 65b14ba commit a73601f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {}

Expand Down

0 comments on commit a73601f

Please sign in to comment.