Revision: 3523
Author: grepper
Date: Thu Feb 5 22:28:17 2015 UTC
Log: Remove debug stuff.
https://code.google.com/p/tovid/source/detail?r=3523
Modified:
/trunk/tovid/src/mpv_identify.sh
=======================================
--- /trunk/tovid/src/mpv_identify.sh Wed Jan 28 16:23:45 2015 UTC
+++ /trunk/tovid/src/mpv_identify.sh Thu Feb 5 22:28:17 2015 UTC
@@ -16,10 +16,6 @@
#
# When multiple files were specified, their info will be put into FOO_*
for the
# first file, FOO_1_* for the second file, FOO_2_* for the third file, etc.
-#
-# Note: this script appears without a COPYRIGHT header in the mpv source
-# according to the mpv COPYRIGHT:
-# "Files without Copyright notice are licensed as LGPLv2+."
__midentify__main() {
@@ -146,8 +142,6 @@
;;
esac
done <<EOF
-echo $propstr
-
$(${MPV:-mpv} --term-playing-msg="$propstr" --vo=null --ao=null \
--frames=1 --quiet --no-cache --no-config -- "$@")
EOF
@@ -155,4 +149,3 @@
__midentify__main "$@"
-echo Running mpv --term-playing-msg="$propstr" --vo=null --ao=null
--frames=1 --quiet --no-cache --no-config -- "$@" >&2