summaryrefslogtreecommitdiffstats
path: root/TOOLS/README
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-06 09:58:15 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-06 09:58:15 +0000
commit70ea6c25d813ee307c8b8dcdb872f74df3a88147 (patch)
treed3d23718f5d0bc60d6b0c62a3d823ccbeb72b8d2 /TOOLS/README
parenta0a3b7cfbb7c3ffd3d3f03921aefd44f35f590d6 (diff)
downloadmpv-70ea6c25d813ee307c8b8dcdb872f74df3a88147.tar.bz2
mpv-70ea6c25d813ee307c8b8dcdb872f74df3a88147.tar.xz
Added Alan Nisotas modify_reg.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24016 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/README')
-rw-r--r--TOOLS/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/TOOLS/README b/TOOLS/README
index b783b89460..b5b336a712 100644
--- a/TOOLS/README
+++ b/TOOLS/README
@@ -501,6 +501,24 @@ Usage: vfw2menc -f <fourcc> -d <codec.dll> -s <settingsfile.mcf>
Notes: Works on x86 only.
+modify_reg.c
+
+Author: Alan Nisota
+
+Description: Modifies registry file (usually ~/.mplayer/registry)
+
+Usage: modify_reg -r <registry_file> -l
+ modify_reg -r <registry_file> -k <key> [-d|-v <value>[-t <type>]]
+ -r|--registry - path to registry file
+ -l|--list - shows all keys and values
+ -k|--key - registry key
+ -d|--del - delete key
+ -v|--value - new value for key
+ -t|--type - key type: string (default) or dword
+
+Notes: Necessary to use CoreAVC with MPlayer
+
+
realcodecs/
Author: miscellaneous