From f079a79f333ad044e36e97e18c1e8c6de4ecc077 Mon Sep 17 00:00:00 2001 From: Mathieu Olivier Date: Tue, 14 Nov 2006 07:09:46 +0000 Subject: Fixed playback of AAC tracks using a non-standard codec ID in a Matroska file CVS patchset: 8375 CVS date: 2006/11/14 07:09:46 --- src/demuxers/matroska.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/demuxers/matroska.h b/src/demuxers/matroska.h index 8ec4224ee..926d6d0a6 100644 --- a/src/demuxers/matroska.h +++ b/src/demuxers/matroska.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: matroska.h,v 1.9 2005/10/03 18:06:56 tmattern Exp $ + * $Id: matroska.h,v 1.10 2006/11/14 07:09:46 molivier Exp $ * */ #ifndef MATROSKA_H @@ -274,7 +274,7 @@ struct matroska_track_s { #define MATROSKA_CODEC_ID_A_DTS "A_DTS" #define MATROSKA_CODEC_ID_A_VORBIS "A_VORBIS" #define MATROSKA_CODEC_ID_A_ACM "A_MS/ACM" -#define MATROSKA_CODEC_ID_A_AAC "A_AAC/" +#define MATROSKA_CODEC_ID_A_AAC "A_AAC" #define MATROSKA_CODEC_ID_A_REAL_14_4 "A_REAL/14_4" #define MATROSKA_CODEC_ID_A_REAL_28_8 "A_REAL/28_8" #define MATROSKA_CODEC_ID_A_REAL_COOK "A_REAL/COOK" -- cgit v1.2.3