Mercurial > mplayer.hg
diff etc/codecs.conf @ 14833:78385a72a8bb
Add support for 32-bit float WAV files and support for extended WAV files
with 4, 6, 8, ... channels of audio.
| author | ivo |
|---|---|
| date | Sat, 26 Feb 2005 23:02:09 +0000 |
| parents | 9a1fce9fce04 |
| children | 056446159745 |
line wrap: on
line diff
--- a/etc/codecs.conf Sat Feb 26 14:38:37 2005 +0000 +++ b/etc/codecs.conf Sat Feb 26 23:02:09 2005 +0000 @@ -2171,6 +2171,8 @@ status working format 0x0 format 0x1 + format 0x3 ; IEEE float + format 0xfffe ; Extended format 0x20776172 ; "raw " (MOV files) format 0x736f7774 ; "twos" (MOV files) format 0x74776f73 ; "sowt" (MOV files)
