diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-09-29 12:12:23 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-10-26 12:01:07 -0400 |
commit | 85579b638179f40102c4bcedb8a2dde4cf19f391 (patch) | |
tree | 941a9f45e567bb33039d8a369749051dd9fd82d6 /doc | |
parent | 67a3b67c717e4e53b9217ec1d579f2dff5e46717 (diff) | |
download | ffmpeg-85579b638179f40102c4bcedb8a2dde4cf19f391.tar.gz |
avcodec: remove the Zork PCM encoder.
The Zork PCM decoder does not decode the 1 sample we have correctly, therefore
the encoder based on the decoder is also incorrect. There is no good reason to
keep the encoder.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi index b1c2534be0..24869c3208 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -666,7 +666,7 @@ following image formats are supported: @item PCM unsigned 24-bit little-endian @tab X @tab X @item PCM unsigned 32-bit big-endian @tab X @tab X @item PCM unsigned 32-bit little-endian @tab X @tab X -@item PCM Zork @tab X @tab X +@item PCM Zork @tab @tab X @item QCELP / PureVoice @tab @tab X @item QDesign Music Codec 2 @tab @tab X @tab There are still some distortions. |