提交 e6f4c806 编写于 作者: B Baptiste Coudurier

add lpcm fourcc

Originally committed as revision 6372 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 0299a87c
......@@ -147,6 +147,7 @@ static const CodecTag mov_audio_tags[] = {
{ CODEC_ID_QDM2,MKTAG('Q', 'D', 'M', '2') }, /* QDM2 */
{ CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') },
{ CODEC_ID_DVAUDIO, MKTAG('d', 'v', 'c', 'a') },
{ CODEC_ID_PCM_S16LE, MKTAG('l', 'p', 'c', 'm') },
{ CODEC_ID_NONE, 0 },
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册