diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-02-04 10:27:57 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-02-04 10:39:02 +0100 |
commit | efee86fafa9cc6bbe5a64ef256cb0cd0ef34971e (patch) | |
tree | e6e3a94aaf9feeda06396de9e77b0b475afb4789 /doc | |
parent | fb3855342b9e4c577c63b38a7a5a574830a21934 (diff) | |
download | ffmpeg-efee86fafa9cc6bbe5a64ef256cb0cd0ef34971e.tar.gz |
avfilter/vf_xfade: add circleopen & circleclose transition
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index d342e57472..9b5f4543b8 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -19929,6 +19929,8 @@ Set one of available transition effects: @item smoothright @item smoothup @item smoothdown +@item circleopen +@item circleclose @end table Default transition effect is fade. |