summaryrefslogtreecommitdiffstats
path: root/media/webm/webm_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/webm/webm_constants.h')
-rw-r--r--media/webm/webm_constants.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/media/webm/webm_constants.h b/media/webm/webm_constants.h
index 5cfd5e6..7e5e3b1 100644
--- a/media/webm/webm_constants.h
+++ b/media/webm/webm_constants.h
@@ -6,7 +6,6 @@
#define MEDIA_WEBM_WEBM_CONSTANTS_H_
#include "base/basictypes.h"
-#include "media/base/media_export.h"
namespace media {
@@ -206,19 +205,6 @@ const uint8 kWebMFlagEncryptedFrame = 0x1;
const int kWebMIvSize = 8;
const int kWebMSignalByteSize = 1;
-// Current specification for WebVTT embedded in WebM
-// http://wiki.webmproject.org/webm-metadata/temporal-metadata/webvtt-in-webm
-
-const int kWebMTrackTypeVideo = 1;
-const int kWebMTrackTypeAudio = 2;
-const int kWebMTrackTypeSubtitlesOrCaptions = 0x11;
-const int kWebMTrackTypeDescriptionsOrMetadata = 0x21;
-
-MEDIA_EXPORT extern const char kWebMCodecSubtitles[];
-MEDIA_EXPORT extern const char kWebMCodecCaptions[];
-MEDIA_EXPORT extern const char kWebMCodecDescriptions[];
-MEDIA_EXPORT extern const char kWebMCodecMetadata[];
-
} // namespace media
#endif // MEDIA_WEBM_WEBM_CONSTANTS_H_