Oops, an important fix to the gif plugin options.

This commit is contained in:
Ira Abramov
2017-12-04 15:42:23 +02:00
parent 21637a6065
commit 99d494535b

View File

@@ -78,7 +78,7 @@ function v2gif {
;; ;;
-f|--fps) -f|--fps)
# select fps # select fps
fps="$2" infps="$2"
giftag="${giftag}-f$2" giftag="${giftag}-f$2"
shift 2 shift 2
;; ;;