summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-06-08 17:02:35 +0200
committerJonas Smedegaard <dr@jones.dk>2017-06-08 17:02:35 +0200
commit3baefdecea5f82353300c636edb4c085824ac6d5 (patch)
tree4c572641d9402a58a05bf2b90db7db8bce4cc9b3
parent08862c514e62473f9468d89f65d6c9fa015361ed (diff)
Fix deinterlace dvcam source.
-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));;