summary refs log tree commit diff
path: root/bin/mpvdiff
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2021-01-21 19:33:10 +0100
committerRobert Günzler <r@gnzler.io>2021-01-21 19:40:20 +0100
commit72c39240811f1def43fca71de51566d206f7728d (patch)
treea33aa1331fc55b587a243f64ef94d781df40a8ae /bin/mpvdiff
parent0762801ed9627021e732cdeb225a737f44e3df42 (diff)
Update 2021-01-21T18:33:10Z
Diffstat (limited to 'bin/mpvdiff')
-rwxr-xr-xbin/mpvdiff3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/mpvdiff b/bin/mpvdiff
index a218709..9d5ce4a 100755
--- a/bin/mpvdiff
+++ b/bin/mpvdiff
@@ -2,7 +2,8 @@
 set -e
 [ -n "$DEBUG" ] && set -x
 
-args="--title=mpvdiff --hwdec=v4l2m2m-copy"
+# args="--title=mpvdiff --script=~~/scripts/diff"
+args="--title=mpvdiff"
 
 if [ "$1" = "-h" ]; then
 	printf "usage: %s [-2|-4] VIDEO..." "$(basename "$0")"