ffmpeg-effect: remove stray semicolon - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit 4a7ed82162715fdd02ddd5f2588da3f4cf9686b5 | |
parent 4dca6070b022091b9c930d82cd6216ab3fb70b8d | |
Author: Anders Damsgaard <[email protected]> | |
Date: Fri, 21 Oct 2022 20:37:53 +0200 | |
ffmpeg-effect: remove stray semicolon | |
Signed-off-by: Annna Robert-Houdin <[email protected]> | |
Diffstat: | |
M ffmpeg-effect | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
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 |