From b7f3b524f3b365a718efcb1d607e48d2593d56e4 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 20 Apr 2003 21:25:59 +0000 Subject: [PATCH] Sync with the specs. --- matroska.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matroska.h b/matroska.h index 02947932e..f8c82f2a0 100644 --- a/matroska.h +++ b/matroska.h @@ -13,7 +13,7 @@ /*! \file - \version \$Id: matroska.h,v 1.4 2003/04/20 21:09:18 mosu Exp $ + \version \$Id: matroska.h,v 1.5 2003/04/20 21:25:59 mosu Exp $ \brief Definitions for the various Codec IDs \author Moritz Bunkus */ @@ -31,6 +31,6 @@ #define MKV_V_MSCOMP "V_MS/VFW/FOURCC" -#define MKV_S_TEXTSIMPLE "S_TEXT/SIMPLE" +#define MKV_S_TEXTASCII "S_TEXT/ASCII" #endif // __MATROSKA_H