fix bitrate prompts

This commit is contained in:
Vincent Riquer 2013-06-19 02:33:21 +02:00
parent 6bfbc024a3
commit 374a59921b

View File

@ -81,7 +81,7 @@ setupDestination() {
-e \
-i \
${destinationquality["$destination"]:-128}\
-p 'Bitrate: '
-p 'Bitrate: ' \
value
if ! [[ $value =~ $expr ]]
then
@ -103,6 +103,7 @@ setupDestination() {
-e \
-i \
${destinationloss["$destination"]:-0}\
-p 'Loss: ' \
value
if ! [[ $value =~ $expr ]]
then
@ -125,6 +126,7 @@ setupDestination() {
-e \
-i \
${destinationquality["$destination"]:-128}\
-p 'Bitrate: ' \
value
if ! [[ $value =~ $expr ]]
then