Commit 679de247 authored by aurel's avatar aurel

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9794 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 58b7c7f2
...@@ -41,8 +41,8 @@ CodecTags ff_mkv_codec_tags[]={ ...@@ -41,8 +41,8 @@ CodecTags ff_mkv_codec_tags[]={
// {"A_MS/ACM" , CODEC_ID_NONE}, // {"A_MS/ACM" , CODEC_ID_NONE},
{"A_MPEG/L3" , CODEC_ID_MP3}, {"A_MPEG/L3" , CODEC_ID_MP3},
{"A_MPEG/L2" , CODEC_ID_MP3}, {"A_MPEG/L2" , CODEC_ID_MP2},
{"A_MPEG/L1" , CODEC_ID_MP3}, {"A_MPEG/L1" , CODEC_ID_MP2},
{"A_PCM/INT/BIG" , CODEC_ID_PCM_U16BE}, {"A_PCM/INT/BIG" , CODEC_ID_PCM_U16BE},
{"A_PCM/INT/LIT" , CODEC_ID_PCM_U16LE}, {"A_PCM/INT/LIT" , CODEC_ID_PCM_U16LE},
// {"A_PCM/FLOAT/IEEE" , CODEC_ID_NONE}, // {"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