diff options
author | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 11:48:42 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2013-04-11 11:53:53 +0200 |
commit | 73c1a00e73fbfcf27ce6fb474e3080ac0b1b445b (patch) | |
tree | 479b0b438925e681bb3351566ee3b00762a86017 /doc | |
parent | cb2327e88d662e3c1da812bc18e9c504d068dd74 (diff) | |
download | ffmpeg-73c1a00e73fbfcf27ce6fb474e3080ac0b1b445b.tar.gz |
lavfi/asettb: switch to an AVOptions-based system.
Diffstat (limited to 'doc')
-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 2a5b9af4a2..94518d1514 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -6873,7 +6873,7 @@ This filter accepts the following options: @table @option -@item expr +@item expr, tb The expression which is evaluated into the output timebase. @end table |