From cc8be506379ae89eeac987b1f612fcd7f946babb Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Tue, 5 Aug 2008 00:42:49 +0000 Subject: matroska: expand useless define for MS compat codec id strings Originally committed as revision 14607 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/matroska.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavformat/matroska.h') 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 -- cgit v1.2.3