summaryrefslogtreecommitdiffstats
path: root/TOOLS/README
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-23 00:05:48 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-23 00:05:48 +0000
commit72b5d885bc79ca6bbf6e1c44b8616b4bdabddbb7 (patch)
tree1daed5f9408009cebd72a40a345c39289b9dbc1b /TOOLS/README
parentc83eeec0332f24bbcd56bfcd910fb274abaab343 (diff)
downloadmpv-72b5d885bc79ca6bbf6e1c44b8616b4bdabddbb7.tar.bz2
mpv-72b5d885bc79ca6bbf6e1c44b8616b4bdabddbb7.tar.xz
Move compare.c to TOOLS, add it to the Makefile and document it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25830 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/README')
-rw-r--r--TOOLS/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/TOOLS/README b/TOOLS/README
index 2d86017384..baf072ef26 100644
--- a/TOOLS/README
+++ b/TOOLS/README
@@ -519,6 +519,16 @@ Usage: modify_reg -r <registry_file> -l
Notes: Necessary to use CoreAVC with MPlayer
+compare.c
+
+Author: Michael Niedermayer
+
+Description: Simple file compare program that detects the number of rounding
+ errors and dies if the error is too large.
+
+Usage: compare <file1> <file2>
+
+
realcodecs/
Author: miscellaneous