summaryrefslogtreecommitdiffstats
path: root/TOOLS/benchmark/test.sh
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-31 14:15:20 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-31 14:15:20 +0000
commitaa4c8c1ccd6fd37f7468243a61ad3607ce6a2027 (patch)
tree62ec586070d56d2ab77245a32ceaed0dce54b4e1 /TOOLS/benchmark/test.sh
parent1b0616162950f6442b89e20c3f592bd7fe4a383f (diff)
downloadmpv-aa4c8c1ccd6fd37f7468243a61ad3607ce6a2027.tar.bz2
mpv-aa4c8c1ccd6fd37f7468243a61ad3607ce6a2027.tar.xz
Remove unused benchmarking scripts.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22858 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/benchmark/test.sh')
-rwxr-xr-xTOOLS/benchmark/test.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/TOOLS/benchmark/test.sh b/TOOLS/benchmark/test.sh
deleted file mode 100755
index e83eba86aa..0000000000
--- a/TOOLS/benchmark/test.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-
-echo 'File: ' $1
-mplayer -frames 0 -vo null $1 | grep VIDEO
-
-echo -n 'DShow DLL : '
-./test1.sh mplayer $1 -vc divxds -vo null |cut -c 15-23 |xargs echo
-echo -n 'VfW DLL : '
-./test1.sh mplayer $1 -vc divx -vo null |cut -c 15-23 |xargs echo
-echo -n 'DivX4-YV12 : '
-./test1.sh mplayer $1 -vc odivx -vo null |cut -c 15-23 |xargs echo
-echo -n 'DivX4-YUY2 : '
-./test1.sh mplayer $1 -vc divx4 -vo null |cut -c 15-23 |xargs echo
-echo -n 'FFmpeg : '
-./test1.sh mplayer $1 -vc ffdivx -vo null |cut -c 15-23 |xargs echo
-
-echo ""