diff options
author | rogerdpack <rogerpack2005@gmail.com> | 2012-10-15 11:24:08 -0600 |
---|---|---|
committer | rogerdpack <rogerpack2005@gmail.com> | 2012-10-15 11:24:08 -0600 |
commit | d9d547063648862c141508f816ef1242570c3fb9 (patch) | |
tree | 3f42f46fd72332821e90057ddaeae7442c06d33e /doc/filters.texi | |
parent | 8cbb8f53575d40a26d5b1d065acb0a85bbb15e74 (diff) | |
download | ffmpeg-d9d547063648862c141508f816ef1242570c3fb9.tar.gz |
docu: fix flite example
Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 725c7b5d84..95dcbf279e 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1141,7 +1141,7 @@ flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am': Make @file{ffplay} speech the specified text, using @code{flite} and the @code{lavfi} device: @example -ffplay -f lavfi flite='No more be grieved for which that thou hast done.' +ffplay -f lavfi flite=text='No more be grieved for which that thou hast done.' @end example @end itemize |