diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-01-11 03:02:02 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-11 03:02:02 +0100 |
commit | 6fe7b57280dd5999e19606b4a31b28e72d40e950 (patch) | |
tree | 4e6bce26e631ed2c97a20f0f956f9b946876d756 /doc/filters.texi | |
parent | 0e7fc3cafe838b32c3af73954acf9de2f9240ffd (diff) | |
download | ffmpeg-6fe7b57280dd5999e19606b4a31b28e72d40e950.tar.gz |
doc: Fix stray references to libva
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 8001b5a8d9..d0075f2453 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1092,7 +1092,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 Libav with +To enable compilation of this filter you need to configure FFmpeg with @code{--enable-libfreetype}. The filter also recognizes strftime() sequences in the provided text |