Commit 00071ef5 authored by bcoudurier's avatar bcoudurier

add lpcm fourcc

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6372 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0e01a926
...@@ -147,6 +147,7 @@ static const CodecTag mov_audio_tags[] = { ...@@ -147,6 +147,7 @@ static const CodecTag mov_audio_tags[] = {
{ CODEC_ID_QDM2,MKTAG('Q', 'D', 'M', '2') }, /* QDM2 */ { CODEC_ID_QDM2,MKTAG('Q', 'D', 'M', '2') }, /* QDM2 */
{ CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') }, { CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') },
{ CODEC_ID_DVAUDIO, MKTAG('d', 'v', 'c', 'a') }, { CODEC_ID_DVAUDIO, MKTAG('d', 'v', 'c', 'a') },
{ CODEC_ID_PCM_S16LE, MKTAG('l', 'p', 'c', 'm') },
{ CODEC_ID_NONE, 0 }, { CODEC_ID_NONE, 0 },
}; };
......
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