diff --git a/doc/Changelog.html b/doc/Changelog.html
index 18d1cb01..9e539cd9 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -21,6 +21,7 @@ a:visited { color: #0000EE; }
Dropping support for Windows 2000 and for Windows XP RTM/SP1, Windows XP needs SP2 or SP3 now!
Added a new translation: Korean
Updated LAME encoder to v3.99.0.16 (2011-04-09), compiled with ICL 12.0.3 and MSVC 10.0
+Updated MediaInfo to v0.7.43 (2011-04-10), compiled with ICL 12.0.3 and MSVC 10.0
Updated language files (big thank-you to all contributors !!!)
diff --git a/res/tools/mediainfo_i386.exe b/res/tools/mediainfo_i386.exe
index 277d15fb..6ed80eb6 100644
Binary files a/res/tools/mediainfo_i386.exe and b/res/tools/mediainfo_i386.exe differ
diff --git a/res/tools/mediainfo_x64.exe b/res/tools/mediainfo_x64.exe
index 6eaece8c..143d4f29 100644
Binary files a/res/tools/mediainfo_x64.exe and b/res/tools/mediainfo_x64.exe differ
diff --git a/src/Config.h b/src/Config.h
index 9af159ac..93a69bba 100644
--- a/src/Config.h
+++ b/src/Config.h
@@ -25,7 +25,7 @@
#define VER_LAMEXP_MAJOR 4
#define VER_LAMEXP_MINOR_HI 0
#define VER_LAMEXP_MINOR_LO 2
-#define VER_LAMEXP_BUILD 429
+#define VER_LAMEXP_BUILD 430
#define VER_LAMEXP_SUFFIX Alpha-1
/*
diff --git a/src/Thread_Initialization.cpp b/src/Thread_Initialization.cpp
index 6b908d3d..760037e6 100644
--- a/src/Thread_Initialization.cpp
+++ b/src/Thread_Initialization.cpp
@@ -55,8 +55,8 @@ g_lamexp_tools[] =
{"d837bf6ee4dab557d8b02d46c75a24e58980fffa", "gpgv.gpg", UINT_MAX},
{"b8800842893e2900eea7cda5c2556661333bc5db", "lame.exe", 39916},
{"a4e929cfaa42fa2e61a3d0c6434c77a06d45aef3", "mac.exe", 406},
- {"ff65938a9d9b2f453887ca5e731fb75b98015683", "mediainfo_i386.exe", 743},
- {"470b433b7ee06830f382266cc2680a3d6e1d3993", "mediainfo_x64.exe", 743},
+ {"9ee3074dc3232c61c0ffd6ae6755f65974695c51", "mediainfo_i386.exe", 743},
+ {"3691da33a4efd7625d1bd01cbf5ce6ffd8a12d19", "mediainfo_x64.exe", 743},
{"aa89763a5ba4d1a5986549b9ee53e005c51940c1", "mpcdec.exe", 435},
{"38f81efca6c1eeab0b9dc39d06c2ac750267217f", "mpg123.exe", 1132},
{"8dd7138714c3bcb39f5a3213413addba13d06f1e", "oggdec.exe", UINT_MAX},