add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)

Originally committed as revision 14409 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Peter Ross
2008-07-26 07:08:15 +00:00
parent fef744d404
commit aa29709ec8
5 changed files with 40 additions and 1 deletions

View File

@ -639,6 +639,7 @@ static void do_audio_out(AVFormatContext *s,
case CODEC_ID_PCM_S32BE:
case CODEC_ID_PCM_U32LE:
case CODEC_ID_PCM_U32BE:
case CODEC_ID_PCM_F32BE:
size_out = size_out << 1;
break;
case CODEC_ID_PCM_S24LE: