Mercurial > libavformat.hg
changeset 964:583f564da55b libavformat
add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>)
author | michael |
---|---|
date | Sat, 18 Feb 2006 09:05:07 +0000 |
parents | 5783108b1478 |
children | d3b4919dd5ec |
files | mov.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Sat Feb 18 09:03:22 2006 +0000 +++ b/mov.c Sat Feb 18 09:05:07 2006 +0000 @@ -155,6 +155,7 @@ }; 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 */