Commit 8b193e55 authored by Paul B Mahol's avatar Paul B Mahol

doc/filters: add missing '' for blend example

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 05b1c606
...@@ -5027,7 +5027,7 @@ blend=all_expr='if(gte(T*SH*40+Y,H)*gte((T*40*SW+X)*W/H,W),A,B)' ...@@ -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 @item
Split diagonally video and shows top and bottom layer on each side: Split diagonally video and shows top and bottom layer on each side:
@example @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 @end example
@item @item
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment