From 868e43d952490c424876088a6db5bfa8ed169f6f Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Wed, 25 Jul 2007 15:59:26 +0000 Subject: use the most appropriate codec id for A_MPEG/L1 and L2 Originally committed as revision 9794 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/matroska.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/matroska.c') diff --git a/libavformat/matroska.c b/libavformat/matroska.c index d3fe3718ae..7999bd3612 100644 --- a/libavformat/matroska.c +++ b/libavformat/matroska.c @@ -41,8 +41,8 @@ CodecTags ff_mkv_codec_tags[]={ // {"A_MS/ACM" , CODEC_ID_NONE}, {"A_MPEG/L3" , CODEC_ID_MP3}, - {"A_MPEG/L2" , CODEC_ID_MP3}, - {"A_MPEG/L1" , CODEC_ID_MP3}, + {"A_MPEG/L2" , CODEC_ID_MP2}, + {"A_MPEG/L1" , CODEC_ID_MP2}, {"A_PCM/INT/BIG" , CODEC_ID_PCM_U16BE}, {"A_PCM/INT/LIT" , CODEC_ID_PCM_U16LE}, // {"A_PCM/FLOAT/IEEE" , CODEC_ID_NONE}, -- cgit v1.2.3