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
diff options
context:
space:
mode:
authorSpec-Chum <spec-chum@users.sourceforge.net>2010-05-24 02:23:54 +0400
committerSpec-Chum <spec-chum@users.sourceforge.net>2010-05-24 02:23:54 +0400
commit7bffd4d229181b4a0ef55ad918bc9c31ceac605f (patch)
tree1cae7e57eceb0e02950fc639b87753f61d037dfd /src/filters/transform/AVI2AC3Filter
parent4e5b4e90f3651089dcc7d0697c768593242e9403 (diff)
Fixed some Intel C++ compiler errors, 32-bit MPC-HC can be compiled but the compiled exe has problems similar to vs2010 builds. We do not support the intel compiler, but patches are welcome. (thanks for the python script, Marko - really helped)
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1933 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/transform/AVI2AC3Filter')
-rw-r--r--src/filters/transform/AVI2AC3Filter/AVI2AC3Filter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/transform/AVI2AC3Filter/AVI2AC3Filter.h b/src/filters/transform/AVI2AC3Filter/AVI2AC3Filter.h
index 30d36fa51..11e643765 100644
--- a/src/filters/transform/AVI2AC3Filter/AVI2AC3Filter.h
+++ b/src/filters/transform/AVI2AC3Filter/AVI2AC3Filter.h
@@ -46,8 +46,8 @@ typedef struct tagDOLBYAC3WAVEFORMAT
// CAVI2AC3Filter
//
-[uuid("93230DD0-7B3C-4efb-AFBB-DC380FEC9E6B")]
-class CAVI2AC3Filter : public CTransformFilter
+class __declspec(uuid("93230DD0-7B3C-4efb-AFBB-DC380FEC9E6B"))
+CAVI2AC3Filter : public CTransformFilter
{
bool CheckAC3(const CMediaType* pmt);
bool CheckDTS(const CMediaType* pmt);