1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

doc/filters: add missing '' for blend example

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol
2017-09-03 20:00:53 +02:00
parent 05b1c60687
commit 8b193e5530

View File

@@ -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