Introduction
Introduction Statistics Contact Development Disclaimer Help
ffmpeg-effect: sort replace_face filters alphabetically - annna - Annna the nic…
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6…
Log
Files
Refs
Tags
README
---
commit 60572eb2a5fb0bf9efedad3fef501b8194fd8c10
parent 525b42728e67c375d13da283e917ccd80941b716
Author: Anders Damsgaard <[email protected]>
Date: Fri, 21 Oct 2022 21:22:07 +0200
ffmpeg-effect: sort replace_face filters alphabetically
Signed-off-by: Annna Robert-Houdin <[email protected]>
Diffstat:
M ffmpeg-effect | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ffmpeg-effect b/ffmpeg-effect
@@ -98,12 +98,12 @@ replace_face() {
process_filter() {
# Filters which do not require image2mkv
case "$1" in
- wat)
- replace_face "${mediadir}/wat.png" "$2" "$3"
- return 0;;
smith)
replace_face "${mediadir}/smith.png" "$2" "$3"
return 0;;
+ wat)
+ replace_face "${mediadir}/wat.png" "$2" "$3"
+ return 0;;
zucc)
replace_face "${mediadir}/zucc.png" "$2" "$3"
return 0;;
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.