diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 23:10:05 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-10 23:16:03 +0200 |
commit | e2b0edb6ac9ca2713d8f3846dd0ca265815fa6ea (patch) | |
tree | 45850c67686c35423e0a2f71e19b898c2a1622ac /doc/filters.texi | |
parent | 8da1fff85a90b2fad1310e629ed2056d6c43f50e (diff) | |
download | ffmpeg-e2b0edb6ac9ca2713d8f3846dd0ca265815fa6ea.tar.gz |
lavfi/subtitles: switch to an AVOptions-based system.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index ed192189d3..49bc8b3b78 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5322,8 +5322,7 @@ To enable compilation of this filter you need to configure FFmpeg with libavformat to convert the passed subtitles file to ASS (Advanced Substation Alpha) subtitles format. -This filter accepts the following named options, expressed as a -sequence of @var{key}=@var{value} pairs, separated by ":". +The filter accepts the following options: @table @option @item filename, f |