diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-25 21:21:29 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-04-09 19:03:23 +0200 |
commit | 8ec464c61c46a5d088b43d24e384d6c37b7ef14a (patch) | |
tree | 1017d274dbd32d8d8ed051374091cc746698f5db /doc | |
parent | 335c31293baec6e6cf5907bd29840af3de8ff735 (diff) | |
download | ffmpeg-streaming-8ec464c61c46a5d088b43d24e384d6c37b7ef14a.zip ffmpeg-streaming-8ec464c61c46a5d088b43d24e384d6c37b7ef14a.tar.gz |
vf_drawtext: switch to an AVOptions-based system.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 99cf119..27b6093 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -847,9 +847,6 @@ To enable compilation of this filter you need to configure Libav with The filter also recognizes strftime() sequences in the provided text and expands them accordingly. Check the documentation of strftime(). -The filter accepts parameters as a list of @var{key}=@var{value} pairs, -separated by ":". - The description of the accepted parameters follows. @table @option |