Commit caee3e64 authored by michael's avatar michael

add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5032 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 976641fb
......@@ -155,6 +155,7 @@ static const CodecTag mov_video_tags[] = {
};
static const CodecTag mov_audio_tags[] = {
{ CODEC_ID_PCM_S32BE, MKTAG('i', 'n', '3', '2') },
{ CODEC_ID_PCM_S24BE, MKTAG('i', 'n', '2', '4') },
/* { CODEC_ID_PCM_S16BE, MKTAG('N', 'O', 'N', 'E') }, *//* uncompressed */
{ CODEC_ID_PCM_S16BE, MKTAG('t', 'w', 'o', 's') }, /* 16 bits */
......
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