Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-05-08 16:32:58 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-05-08 16:32:58 +0400
commit013973da329d147c392de7df215a9ee18f71e6f9 (patch)
treef1013db0fb80f3c4cafd1a9c21d6cc5b775f721f /src
parentf133f48faec4e6fa8b848e0005e933e4f3bc69e9 (diff)
cosmetics
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1865 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src')
-rw-r--r--src/apps/mplayerc/ChangeLog1
-rw-r--r--src/decss/decss.vcproj2
-rw-r--r--src/filters/muxer/DSMMuxer/DSMMuxer.rc21
-rw-r--r--src/filters/muxer/MatroskaMuxer/MatroskaMuxer.rc21
-rw-r--r--src/filters/parser/AviSplitter/AviSplitter.vcproj2
-rw-r--r--src/filters/parser/StreamDriveThru/streamdrivethru.rc23
-rw-r--r--src/filters/reader/CDDAReader/cddareader.rc21
-rw-r--r--src/filters/reader/UDPReader/udpreader.rc21
-rw-r--r--src/filters/reader/VTSReader/vtsreader.rc21
-rw-r--r--src/filters/source/D2VSource/d2vsource.rc21
-rw-r--r--src/filters/source/DTSAC3Source/dtsac3source.rc21
-rw-r--r--src/filters/source/FLICSource/flicsource.rc21
-rw-r--r--src/filters/source/FlacSource/Flacsource.rc21
-rw-r--r--src/filters/source/ShoutcastSource/shoutcastsource.rc21
-rw-r--r--src/filters/source/SubtitleSource/subtitlesource.rc21
-rw-r--r--src/filters/transform/AVI2AC3Filter/avi2ac3filter.rc25
-rw-r--r--src/filters/transform/MPCVideoDec/MPCVideoDecFilter.rc33
-rw-r--r--src/filters/transform/MpaDecFilter/MpaDecFilter.rc15
-rw-r--r--src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc15
19 files changed, 72 insertions, 275 deletions
diff --git a/src/apps/mplayerc/ChangeLog b/src/apps/mplayerc/ChangeLog
index 67c70e750..9783c7439 100644
--- a/src/apps/mplayerc/ChangeLog
+++ b/src/apps/mplayerc/ChangeLog
@@ -2,6 +2,7 @@ v1.x.x.x - unreleased
======================
NEW : Seamless playback support for multi files BRD
NEW : Support for Windows 7 taskbar and thumbnails features
+ NEW : Added Dutch translation
NEW : VSFilter x64 is available
CHANGED: Updated Detours library to v2.1 build 216
CHANGED: Updated UnrarDll. It is now possible to use the 64bit unrardll with the 64bit MPC-HC
diff --git a/src/decss/decss.vcproj b/src/decss/decss.vcproj
index a3528150a..8116478d5 100644
--- a/src/decss/decss.vcproj
+++ b/src/decss/decss.vcproj
@@ -166,6 +166,7 @@
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
BufferSecurityCheck="true"
EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
DisableSpecificWarnings="4244"
/>
<Tool
@@ -230,6 +231,7 @@
PreprocessorDefinitions="_WIN64;NDEBUG;_LIB"
BufferSecurityCheck="true"
EnableEnhancedInstructionSet="0"
+ UsePrecompiledHeader="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/src/filters/muxer/DSMMuxer/DSMMuxer.rc b/src/filters/muxer/DSMMuxer/DSMMuxer.rc
index 16c8dd207..8fb0e0d07 100644
--- a/src/filters/muxer/DSMMuxer/DSMMuxer.rc
+++ b/src/filters/muxer/DSMMuxer/DSMMuxer.rc
@@ -14,12 +14,12 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Hungarian resources
+// English (U.S.) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-#pragma code_page(1250)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -61,18 +61,6 @@ BEGIN
END
END
-#endif // Hungarian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -114,4 +102,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
diff --git a/src/filters/muxer/MatroskaMuxer/MatroskaMuxer.rc b/src/filters/muxer/MatroskaMuxer/MatroskaMuxer.rc
index 934880986..55376a1f1 100644
--- a/src/filters/muxer/MatroskaMuxer/MatroskaMuxer.rc
+++ b/src/filters/muxer/MatroskaMuxer/MatroskaMuxer.rc
@@ -14,12 +14,12 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Hungarian resources
+// English (U.S.) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-#pragma code_page(1250)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -61,18 +61,6 @@ BEGIN
END
END
-#endif // Hungarian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -114,4 +102,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
diff --git a/src/filters/parser/AviSplitter/AviSplitter.vcproj b/src/filters/parser/AviSplitter/AviSplitter.vcproj
index 0df940277..694d2931f 100644
--- a/src/filters/parser/AviSplitter/AviSplitter.vcproj
+++ b/src/filters/parser/AviSplitter/AviSplitter.vcproj
@@ -439,6 +439,7 @@
PreprocessorDefinitions="REGISTER_FILTER;WIN32;NDEBUG;_USRDLL"
BufferSecurityCheck="true"
EnableEnhancedInstructionSet="1"
+ UsePrecompiledHeader="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -515,6 +516,7 @@
AdditionalIncludeDirectories="..\..\..\..\include;..\..\BaseClasses"
PreprocessorDefinitions="REGISTER_FILTER;WIN32;NDEBUG;_USRDLL"
BufferSecurityCheck="true"
+ UsePrecompiledHeader="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
diff --git a/src/filters/parser/StreamDriveThru/streamdrivethru.rc b/src/filters/parser/StreamDriveThru/streamdrivethru.rc
index 29f35a78d..bfa30b944 100644
--- a/src/filters/parser/StreamDriveThru/streamdrivethru.rc
+++ b/src/filters/parser/StreamDriveThru/streamdrivethru.rc
@@ -14,12 +14,12 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Hungarian resources
+// English (U.S.) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-#pragma code_page(1250)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -46,7 +46,7 @@ BEGIN
BEGIN
VALUE "Comments", "http://sourceforge.net/projects/mpc-hc/"
VALUE "CompanyName", "MPC-HC Team"
- VALUE "FileDescription", "StreamDriverThru Filter"
+ VALUE "FileDescription", "StreamDriverThru Filter"
VALUE "FileVersion", "1, 1, 0, 0"
VALUE "InternalName", "StreamDriverThru Filter"
VALUE "LegalCopyright", "Copyright (C) 2002-2010 see AUTHORS file"
@@ -61,18 +61,6 @@ BEGIN
END
END
-#endif // Hungarian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -114,4 +102,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
diff --git a/src/filters/reader/CDDAReader/cddareader.rc b/src/filters/reader/CDDAReader/cddareader.rc
index 2e056e053..5fa19579b 100644
--- a/src/filters/reader/CDDAReader/cddareader.rc
+++ b/src/filters/reader/CDDAReader/cddareader.rc
@@ -14,12 +14,12 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Hungarian resources
+// English (U.S.) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-#pragma code_page(1250)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -61,18 +61,6 @@ BEGIN
END
END
-#endif // Hungarian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -114,4 +102,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
diff --git a/src/filters/reader/UDPReader/udpreader.rc b/src/filters/reader/UDPReader/udpreader.rc
index b47a7dd24..75b2cb36b 100644
--- a/src/filters/reader/UDPReader/udpreader.rc
+++ b/src/filters/reader/UDPReader/udpreader.rc
@@ -14,12 +14,12 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Hungarian resources
+// English (U.S.) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-#pragma code_page(1250)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -61,18 +61,6 @@ BEGIN
END
END
-#endif // Hungarian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -114,4 +102,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
diff --git a/src/filters/reader/VTSReader/vtsreader.rc b/src/filters/reader/VTSReader/vtsreader.rc
index 73249fb9c..9a0681f65 100644
--- a/src/filters/reader/VTSReader/vtsreader.rc
+++ b/src/filters/reader/VTSReader/vtsreader.rc
@@ -14,12 +14,12 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Hungarian resources
+// English (U.S.) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-#pragma code_page(1250)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -61,18 +61,6 @@ BEGIN
END
END
-#endif // Hungarian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -114,4 +102,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
diff --git a/src/filters/source/D2VSource/d2vsource.rc b/src/filters/source/D2VSource/d2vsource.rc
index 6df83bdd8..3f7ad8731 100644
--- a/src/filters/source/D2VSource/d2vsource.rc
+++ b/src/filters/source/D2VSource/d2vsource.rc
@@ -14,12 +14,12 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Hungarian resources
+// English (U.S.) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-#pragma code_page(1250)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -61,18 +61,6 @@ BEGIN
END
END
-#endif // Hungarian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -114,4 +102,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
diff --git a/src/filters/source/DTSAC3Source/dtsac3source.rc b/src/filters/source/DTSAC3Source/dtsac3source.rc
index 08aa51b02..780c885a2 100644
--- a/src/filters/source/DTSAC3Source/dtsac3source.rc
+++ b/src/filters/source/DTSAC3Source/dtsac3source.rc
@@ -14,12 +14,12 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Hungarian resources
+// English (U.S.) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-#pragma code_page(1250)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -61,18 +61,6 @@ BEGIN
END
END
-#endif // Hungarian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -114,4 +102,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
diff --git a/src/filters/source/FLICSource/flicsource.rc b/src/filters/source/FLICSource/flicsource.rc
index a6cb31aad..728c06de7 100644
--- a/src/filters/source/FLICSource/flicsource.rc
+++ b/src/filters/source/FLICSource/flicsource.rc
@@ -14,12 +14,12 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Hungarian resources
+// English (U.S.) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-#pragma code_page(1250)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -61,18 +61,6 @@ BEGIN
END
END
-#endif // Hungarian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -114,4 +102,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
diff --git a/src/filters/source/FlacSource/Flacsource.rc b/src/filters/source/FlacSource/Flacsource.rc
index 08aa51b02..780c885a2 100644
--- a/src/filters/source/FlacSource/Flacsource.rc
+++ b/src/filters/source/FlacSource/Flacsource.rc
@@ -14,12 +14,12 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Hungarian resources
+// English (U.S.) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-#pragma code_page(1250)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -61,18 +61,6 @@ BEGIN
END
END
-#endif // Hungarian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -114,4 +102,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
diff --git a/src/filters/source/ShoutcastSource/shoutcastsource.rc b/src/filters/source/ShoutcastSource/shoutcastsource.rc
index 72bccc20d..88471bad1 100644
--- a/src/filters/source/ShoutcastSource/shoutcastsource.rc
+++ b/src/filters/source/ShoutcastSource/shoutcastsource.rc
@@ -14,12 +14,12 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Hungarian resources
+// English (U.S.) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-#pragma code_page(1250)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -61,18 +61,6 @@ BEGIN
END
END
-#endif // Hungarian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -114,4 +102,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
diff --git a/src/filters/source/SubtitleSource/subtitlesource.rc b/src/filters/source/SubtitleSource/subtitlesource.rc
index e9c39c346..67b77df60 100644
--- a/src/filters/source/SubtitleSource/subtitlesource.rc
+++ b/src/filters/source/SubtitleSource/subtitlesource.rc
@@ -14,12 +14,12 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Hungarian resources
+// English (U.S.) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-#pragma code_page(1250)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -61,18 +61,6 @@ BEGIN
END
END
-#endif // Hungarian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -114,4 +102,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
diff --git a/src/filters/transform/AVI2AC3Filter/avi2ac3filter.rc b/src/filters/transform/AVI2AC3Filter/avi2ac3filter.rc
index 0d84d8766..7c9b10e2f 100644
--- a/src/filters/transform/AVI2AC3Filter/avi2ac3filter.rc
+++ b/src/filters/transform/AVI2AC3Filter/avi2ac3filter.rc
@@ -14,12 +14,12 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Hungarian resources
+// English (U.S.) resources
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
-LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
-#pragma code_page(1250)
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page(1252)
#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
@@ -42,7 +42,7 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
BLOCK "StringFileInfo"
BEGIN
- BLOCK "040e04b0"
+ BLOCK "040904b0"
BEGIN
VALUE "Comments", "http://sourceforge.net/projects/mpc-hc/"
VALUE "CompanyName", "MPC-HC Team"
@@ -57,22 +57,10 @@ BEGIN
END
BLOCK "VarFileInfo"
BEGIN
- VALUE "Translation", 0x40e, 1200
+ VALUE "Translation", 0x409, 1200
END
END
-#endif // Hungarian resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// English (U.S.) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
-#ifdef _WIN32
-LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
-#pragma code_page(1252)
-#endif //_WIN32
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
@@ -114,4 +102,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
diff --git a/src/filters/transform/MPCVideoDec/MPCVideoDecFilter.rc b/src/filters/transform/MPCVideoDec/MPCVideoDecFilter.rc
index 6d0699717..edff3de6b 100644
--- a/src/filters/transform/MPCVideoDec/MPCVideoDecFilter.rc
+++ b/src/filters/transform/MPCVideoDec/MPCVideoDecFilter.rc
@@ -9,6 +9,7 @@
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
+
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@@ -94,18 +95,6 @@ BEGIN
END
END
-#endif // English (U.S.) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// French (France) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)
-#ifdef _WIN32
-LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
-#pragma code_page(1252)
-#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
//
@@ -130,8 +119,8 @@ BEGIN
IDS_VDF_ERR_VERYAGGRESSIVE "Very aggressive"
IDS_VDF_IDCT_ALGO "IDCT Algorithm"
IDS_VDF_IDCT_AUTO "Auto"
- IDS_VDF_IDCT_LIBMPEG2 "libmpeg2 MMX"
- IDS_VDF_AR_MODE "Read AR from stream"
+ IDS_VDF_IDCT_LIBMPEG2 "libmpeg2 MMX"
+ IDS_VDF_AR_MODE "Read AR from stream"
END
STRINGTABLE
@@ -141,19 +130,19 @@ BEGIN
IDS_VDF_IDCT_SIMPLE "Simple"
IDS_VDF_DXVA_SETTING "DXVA settings"
IDS_VDF_DXVA_MODE "DXVA Mode"
- IDS_VDF_DXVA_SD "Disable DXVA for SD"
+ IDS_VDF_DXVA_SD "Disable DXVA for SD"
END
STRINGTABLE
BEGIN
- IDS_VDF_DXVACOMPATIBILITY "DXVA(H.264) Compatibility check"
- IDS_VDF_DXVA_FULLCHECK "Full check"
- IDS_VDF_DXVA_SKIP_LEVELCHECK "Skip level check"
- IDS_VDF_DXVA_SKIP_REFCHECK "Skip ref frame check"
- IDS_VDF_DXVA_SKIP_ALLCHECK "Skip all checks"
+ IDS_VDF_DXVACOMPATIBILITY "DXVA(H.264) Compatibility check"
+ IDS_VDF_DXVA_FULLCHECK "Full check"
+ IDS_VDF_DXVA_SKIP_LEVELCHECK "Skip level check"
+ IDS_VDF_DXVA_SKIP_REFCHECK "Skip ref frame check"
+ IDS_VDF_DXVA_SKIP_ALLCHECK "Skip all checks"
END
-#endif // French (France) resources
+#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
@@ -173,8 +162,6 @@ LANGUAGE 9, 1
#pragma code_page(1252)
#include "afxres.rc" // Standard components
#endif
-
-
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
diff --git a/src/filters/transform/MpaDecFilter/MpaDecFilter.rc b/src/filters/transform/MpaDecFilter/MpaDecFilter.rc
index 787081221..ed25e5055 100644
--- a/src/filters/transform/MpaDecFilter/MpaDecFilter.rc
+++ b/src/filters/transform/MpaDecFilter/MpaDecFilter.rc
@@ -87,18 +87,6 @@ BEGIN
END
END
-#endif // English (U.S.) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// French (France) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)
-#ifdef _WIN32
-LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
-#pragma code_page(1252)
-#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
//
@@ -124,7 +112,7 @@ BEGIN
IDS_MPA_DYNRANGE "Dynamic Range Control"
END
-#endif // French (France) resources
+#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
@@ -139,4 +127,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-
diff --git a/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc b/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc
index 50e9bed71..ff1996080 100644
--- a/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc
+++ b/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.rc
@@ -87,18 +87,6 @@ BEGIN
END
END
-#endif // English (U.S.) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-/////////////////////////////////////////////////////////////////////////////
-// French (France) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)
-#ifdef _WIN32
-LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
-#pragma code_page(1252)
-#endif //_WIN32
/////////////////////////////////////////////////////////////////////////////
//
@@ -123,7 +111,7 @@ BEGIN
"can degrade performance. ""Auto"" deinterlacer will switch to ""Blend"" when necessary."
END
-#endif // French (France) resources
+#endif // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////
@@ -138,4 +126,3 @@ END
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
-