ffmpeg-effect: remove stray semicolon - annna - Annna the nice friendly bot.
HTML git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
---
DIR commit 4a7ed82162715fdd02ddd5f2588da3f4cf9686b5
DIR parent 4dca6070b022091b9c930d82cd6216ab3fb70b8d
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 21 Oct 2022 20:37:53 +0200
ffmpeg-effect: remove stray semicolon
Signed-off-by: Annna Robert-Houdin <annna@bitreich.org>
Diffstat:
M ffmpeg-effect | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/ffmpeg-effect b/ffmpeg-effect
@@ -78,7 +78,7 @@ replace_face() {
input="$2"
output="$3"
- if is_image $input;
+ if is_image "$input"
then
ext="${input##*.}"
tmp=/tmp/replace_face_$$.$ext