diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-09-03 20:00:53 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-09-03 20:00:53 +0200 |
commit | 8b193e553055f7c89f6a8263ebdc2e6756af7fb1 (patch) | |
tree | d9a983c3660e626fdb9a16726d834fd4bdb76589 /doc/filters.texi | |
parent | 05b1c606870cc4646da8197a86e9af5301654499 (diff) | |
download | ffmpeg-8b193e553055f7c89f6a8263ebdc2e6756af7fb1.tar.gz |
doc/filters: add missing '' for blend example
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-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 710294860e..649e101876 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -5027,7 +5027,7 @@ blend=all_expr='if(gte(T*SH*40+Y,H)*gte((T*40*SW+X)*W/H,W),A,B)' @item Split diagonally video and shows top and bottom layer on each side: @example -blend=all_expr=if(gt(X,Y*(W/H)),A,B) +blend=all_expr='if(gt(X,Y*(W/H)),A,B)' @end example @item |