summaryrefslogtreecommitdiff
path: root/libavformat/matroska.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/matroska.h')
-rw-r--r--libavformat/matroska.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/matroska.h b/libavformat/matroska.h
index 613e27a4e7..1b84e90a0d 100644
--- a/libavformat/matroska.h
+++ b/libavformat/matroska.h
@@ -203,9 +203,6 @@ typedef struct CodecMime{
enum CodecID id;
}CodecMime;
-#define MATROSKA_CODEC_ID_VIDEO_VFW_FOURCC "V_MS/VFW/FOURCC"
-#define MATROSKA_CODEC_ID_AUDIO_ACM "A_MS/ACM"
-
/* max. depth in the EBML tree structure */
#define EBML_MAX_DEPTH 16