diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-01-08 17:49:43 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-01-10 05:04:22 +0100 |
commit | 0c50edb789c6489aad477d19bab5b06b01a36d91 (patch) | |
tree | ef7299c5c042f557cdf6168d3a19ec13b9ed0104 | |
parent | b6db385922b79939b0dc124d53ddb4824afac040 (diff) | |
download | ffmpeg-0c50edb789c6489aad477d19bab5b06b01a36d91.tar.gz |
doc: fix stray reference to FFmpeg
-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 e022b46531..4e7ede23a4 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -470,7 +470,7 @@ drawbox=10:20:200:60:red@@0.5" Draw text string or text from specified file on top of video using the libfreetype library. -To enable compilation of this filter you need to configure FFmpeg with +To enable compilation of this filter you need to configure Libav with @code{--enable-libfreetype}. The filter also recognizes strftime() sequences in the provided text |