Mercurial > libavformat.hg
changeset 3736:441e758e1a5e libavformat
Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.
author | pross |
---|---|
date | Tue, 19 Aug 2008 10:49:38 +0000 |
parents | 75fd6b0b1356 |
children | 704c20dd52a4 |
files | au.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/au.c Mon Aug 18 18:11:00 2008 +0000 +++ b/au.c Tue Aug 19 10:49:38 2008 +0000 @@ -39,7 +39,10 @@ { CODEC_ID_PCM_MULAW, 1 }, { CODEC_ID_PCM_S8, 2 }, { CODEC_ID_PCM_S16BE, 3 }, + { CODEC_ID_PCM_S24BE, 4 }, + { CODEC_ID_PCM_S32BE, 5 }, { CODEC_ID_PCM_F32BE, 6 }, + { CODEC_ID_PCM_F64BE, 7 }, { CODEC_ID_PCM_ALAW, 27 }, { 0, 0 }, };