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
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2016-12-22 20:39:02 +0300
committerPaul B Mahol <onemda@gmail.com>2016-12-22 20:39:02 +0300
commitc5168b4b542bad1197934cbea2af5c002012c145 (patch)
treefe5d7d19cebafce30a5bbac48d6e95af92a67393 /doc/general.texi
parentda73d95bad4736c5e0a6b4b1a811f4dd4525bb4c (diff)
doc/general: mention recently added PCM codecs
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/general.texi')
-rw-r--r--doc/general.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi
index 9ea3ba34d1..bc1a955c53 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -450,6 +450,8 @@ library:
@item raw PCM signed 24 bit little-endian @tab X @tab X
@item raw PCM signed 32 bit big-endian @tab X @tab X
@item raw PCM signed 32 bit little-endian @tab X @tab X
+@item raw PCM signed 64 bit big-endian @tab X @tab X
+@item raw PCM signed 64 bit little-endian @tab X @tab X
@item raw PCM unsigned 8 bit @tab X @tab X
@item raw PCM unsigned 16 bit big-endian @tab X @tab X
@item raw PCM unsigned 16 bit little-endian @tab X @tab X
@@ -457,6 +459,8 @@ library:
@item raw PCM unsigned 24 bit little-endian @tab X @tab X
@item raw PCM unsigned 32 bit big-endian @tab X @tab X
@item raw PCM unsigned 32 bit little-endian @tab X @tab X
+@item raw PCM 16.8 floating point little-endian @tab @tab X
+@item raw PCM 24.0 floating point little-endian @tab @tab X
@item raw PCM floating-point 32 bit big-endian @tab X @tab X
@item raw PCM floating-point 32 bit little-endian @tab X @tab X
@item raw PCM floating-point 64 bit big-endian @tab X @tab X