diff options
author | Steven Liu <lq@chinaffmpeg.org> | 2019-11-01 16:42:36 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2019-11-01 17:30:23 +0800 |
commit | 2dd71bf95e369b6c03fd6f5c66ff1d143e752192 (patch) | |
tree | a621f02ebc74fab385ff26e8bad7cd5b4d442ec7 | |
parent | b414cff6304071d5ef1e2b0a1b407e4fe3f58092 (diff) | |
download | ffmpeg-streaming-2dd71bf95e369b6c03fd6f5c66ff1d143e752192.zip ffmpeg-streaming-2dd71bf95e369b6c03fd6f5c66ff1d143e752192.tar.gz |
doc/filters: fix overlay_opencl document typo
Reported-by: Yabo Wei <weiyabo@kuaishou.com>
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
-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 7e9d507..6d893d8 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -20508,7 +20508,7 @@ Set the x coordinate of the overlaid video on the main video. Default value is @code{0}. @item y -Set the x coordinate of the overlaid video on the main video. +Set the y coordinate of the overlaid video on the main video. Default value is @code{0}. @end table |