summaryrefslogtreecommitdiff
path: root/bin/stream
diff options
context:
space:
mode:
Diffstat (limited to 'bin/stream')
-rwxr-xr-xbin/stream2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/stream b/bin/stream
index 4ad152d..c75c10e 100755
--- a/bin/stream
+++ b/bin/stream
@@ -71,7 +71,7 @@ while [ $# -gt 0 ]; do
alsa=*) ALSA=${1#*=}; AINPUT=$((AINPUT+1));;
alsa) ALSA=default; AINPUT=$((AINPUT+1));;
dvcam=*) DVCAM=${1#*=}; DEINT=${DEINT:-yadif}; XINPUT=$((XINPUT+1));;
- dvcam) DVCAM=auto; XINPUT=$((XINPUT+1));;
+ dvcam) DVCAM=auto; DEINT=${DEINT:-yadif}; XINPUT=$((XINPUT+1));;
dc=*) IIDC=${1#*=}; VINPUT=$((VINPUT+1));;
dc) IIDC=/dev/fw1; VINPUT=$((VINPUT+1));;
dv-stream=*) AVISTREAM="-f avi -i ${1#*=}"; XINPUT=$((XINPUT+1));;