Commit 868e43d9 authored by Aurelien Jacobs's avatar Aurelien Jacobs

use the most appropriate codec id for A_MPEG/L1 and L2

Originally committed as revision 9794 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0f40b54c
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment