summaryrefslogtreecommitdiff
path: root/libavformat/matroska.h
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2008-08-05 00:42:49 +0000
committerAurelien Jacobs <aurel@gnuage.org>2008-08-05 00:42:49 +0000
commitcc8be506379ae89eeac987b1f612fcd7f946babb (patch)
treeb90a1ae71e5a934c7b9b86527632f146fe8ac8f0 /libavformat/matroska.h
parent20fb02c5b93625764990f89fbea1a3793965e00c (diff)
matroska: expand useless define for MS compat codec id strings
Originally committed as revision 14607 to svn://svn.ffmpeg.org/ffmpeg/trunk
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