diff options
author | Gyan Doshi <gyandoshi@gmail.com> | 2017-10-09 11:06:10 +0530 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-10-18 02:49:15 +0200 |
commit | df45ea45df18d909d545cf12769caf85310bebd9 (patch) | |
tree | 3a88e60d3ba072dae5986335bbe23a28410df8f8 /doc | |
parent | 6007f7d4665e970714c2962c0ddb7de910d9da0c (diff) | |
download | ffmpeg-df45ea45df18d909d545cf12769caf85310bebd9.tar.gz |
doc/filters: add note on flite thread safety and update URL
Signed-off-by: Gyan Doshi <gyandoshi@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 13eb62b307..ce7e053194 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4512,7 +4512,7 @@ Synthesize a voice utterance using the libflite library. To enable compilation of this filter you need to configure FFmpeg with @code{--enable-libflite}. -Note that the flite library is not thread-safe. +Note that versions of the flite library prior to 2.0 are not thread-safe. The filter accepts the following options: @@ -4567,7 +4567,7 @@ ffplay -f lavfi flite=text='No more be grieved for which that thou hast done.' @end itemize For more information about libflite, check: -@url{http://www.speech.cs.cmu.edu/flite/} +@url{http://www.festvox.org/flite/} @section anoisesrc |