From 27c0a392a54cd92fd526d622345fe34fb5a2c81d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 30 Apr 2003 11:31:47 +0000 Subject: [PATCH] Sync with the specs. --- matroska.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/matroska.h b/matroska.h index 5e51a92db..5be42289d 100644 --- a/matroska.h +++ b/matroska.h @@ -13,7 +13,7 @@ /*! \file - \version \$Id: matroska.h,v 1.8 2003/04/29 16:23:12 mosu Exp $ + \version \$Id: matroska.h,v 1.9 2003/04/30 11:31:47 mosu Exp $ \brief Definitions for the various Codec IDs \author Moritz Bunkus */ @@ -23,9 +23,9 @@ // see http://cvs.corecodec.org/cgi-bin/cvsweb.cgi/~checkout~/matroska/doc/website/specs/codex.html?rev=HEAD&content-type=text/html -#define MKV_A_MP3 "A_MPEGLAYER3" +#define MKV_A_MP3 "A_MPEG/L3" #define MKV_A_AC3 "A_AC3" -#define MKV_A_PCM "A_PCMLIN" +#define MKV_A_PCM "A_PCM/INT/LIT" #define MKV_A_VORBIS "A_VORBIS" #define MKV_A_ACM "A_MS/ACM"