diff options
Diffstat (limited to 'bin/mpvdiff')
| -rwxr-xr-x | bin/mpvdiff | 3 |
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")" |