Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-11-19 13:50:05 +0400
committerPaul B Mahol <onemda@gmail.com>2012-11-19 13:52:32 +0400
commit086e305276d4769a3a21da3eb628a8bc0b0709dd (patch)
treecab8348f3ccbfcb21fbe5a875fc52c2b081c1168 /doc
parent0dbf297229620e869582f97dd4d25eff245ba3b5 (diff)
doc/general: remove 8SVX audio, there is no such codec
While here add missing PCM signed 8-bit planar. Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/general.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/general.texi b/doc/general.texi
index b45910b61e..134ebd1b48 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -715,7 +715,6 @@ following image formats are supported:
@multitable @columnfractions .4 .1 .1 .4
@item Name @tab Encoding @tab Decoding @tab Comments
-@item 8SVX audio @tab @tab X
@item 8SVX exponential @tab @tab X
@item 8SVX fibonacci @tab @tab X
@item AAC+ @tab E @tab X
@@ -828,6 +827,7 @@ following image formats are supported:
@tab supported through external library libopus
@item PCM A-law @tab X @tab X
@item PCM mu-law @tab X @tab X
+@item PCM signed 8-bit planar @tab @tab X
@item PCM signed 16-bit big-endian planar @tab @tab X
@item PCM signed 16-bit little-endian planar @tab @tab X
@item PCM signed 24-bit little-endian planar @tab @tab X