diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-07-21 10:43:04 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-07-24 02:06:48 +0000 |
commit | 591741b51d4f0fee4680f1ae67247205a1ce56d8 (patch) | |
tree | 9751f93383a255ee52052ec53f6d4daafc378bc8 /doc | |
parent | 0b159e3b65d53cbb7e66a1e10850927275fb2a1e (diff) | |
download | ffmpeg-591741b51d4f0fee4680f1ae67247205a1ce56d8.tar.gz |
avfilter: add areverse filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 538b579269..35a24cc461 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8489,7 +8489,7 @@ pixels will slow things down on a large logo. This filter uses the repeat_field flag from the Video ES headers and hard repeats fields based on its value. -@section reverse +@section reverse, areverse Reverse a clip. |