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:
authorNicolas George <nicolas.george@normalesup.org>2011-11-02 19:29:11 +0400
committerNicolas George <nicolas.george@normalesup.org>2011-12-15 21:38:04 +0400
commitb33fd66f46fc8817344eca2468707f4c00568d7f (patch)
tree6fc7b1374a56cfac1eeb8a61da33bed3c030eec4 /doc/decoders.texi
parent62b5197f97c67940bc09aea34ad4c0c7a6176fde (diff)
lavc: add ffwavesynth pseudo-codec.
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r--doc/decoders.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/decoders.texi b/doc/decoders.texi
index e7baadafc2..87ad4eea26 100644
--- a/doc/decoders.texi
+++ b/doc/decoders.texi
@@ -48,3 +48,16 @@ top-field-first is assumed
@end table
@c man end VIDEO DECODERS
+
+@chapter Audio Decoders
+@c man begin AUDIO DECODERS
+
+@section ffwavesynth
+
+Internal wave synthetizer.
+
+This decoder generates wave patterns according to predefined sequences. Its
+use is purely internal and the format of the data it accepts is not publicly
+documented.
+
+@c man end AUDIO DECODERS