diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-11-02 16:29:11 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2011-12-15 18:38:04 +0100 |
commit | b33fd66f46fc8817344eca2468707f4c00568d7f (patch) | |
tree | 6fc7b1374a56cfac1eeb8a61da33bed3c030eec4 /doc/decoders.texi | |
parent | 62b5197f97c67940bc09aea34ad4c0c7a6176fde (diff) | |
download | ffmpeg-b33fd66f46fc8817344eca2468707f4c00568d7f.tar.gz |
lavc: add ffwavesynth pseudo-codec.
Diffstat (limited to 'doc/decoders.texi')
-rw-r--r-- | doc/decoders.texi | 13 |
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 |