]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
change: function name corret to ogg
authorBastian Dehn <hhaalo@arcor.de>
Sat, 5 Dec 2020 12:24:05 +0000 (13:24 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 5 Dec 2020 12:24:05 +0000 (13:24 +0100)
albentohandy

index 9673dacb8d302440231cbd30004eabdaea881278..98a17c6f2d3ed51673863864d9077f95a2200970 100755 (executable)
@@ -46,7 +46,7 @@ MakeSymlinksToWork()
 
 }
 
-ConvertFlacToMp3()
+ConvertFlacToOgg()
 {
        local readonly workdir="$1"
        local readonly basefile="$2"
@@ -228,7 +228,7 @@ ConvertProcess()
        MakeSymlinksToWork "$WORK" "$MUSICPATH" "$albumlist"
 
        printf "\nPhase %02d of %02d: flac -> ogg\n" $((curphase++)) $phase
-       ConvertFlacToMp3 "$WORK" "$BASEFILE" "$parallelopts" "$SCRIPTPATH"
+       ConvertFlacToOgg "$WORK" "$BASEFILE" "$parallelopts" "$SCRIPTPATH"
 
        printf "\nPhase %02d of %02d: " $((curphase++)) $phase
        printf "remove flac's\n\n"