summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-09 13:13:00 +0000
committerjonas <jonas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-09 13:13:00 +0000
commit8e8a38b5cc6b8911313deb4343e911437addca99 (patch)
tree179c3347d5cbddd9d69b93f8858c29275fdb9289 /TOOLS
parenta79bd0aa92f7a2182f03f11501f9bd72e51f8329 (diff)
downloadmpv-8e8a38b5cc6b8911313deb4343e911437addca99.tar.bz2
mpv-8e8a38b5cc6b8911313deb4343e911437addca99.tar.xz
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9368 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/plotpsnr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/plotpsnr.pl b/TOOLS/plotpsnr.pl
index 6b975c6b2b..321dc3bf39 100755
--- a/TOOLS/plotpsnr.pl
+++ b/TOOLS/plotpsnr.pl
@@ -18,7 +18,7 @@ commandline();
demo_file();
system ("gnuplot $dem_file");
-#system("rm $dem_file $options{file}.[IPB] $options{file}.diff* 2>/dev/null");
+system("rm $dem_file $options{file}.[IPB] $options{file}.diff* 2>/dev/null");
exit 0;