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

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2015-09-22 13:54:59 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2015-09-22 13:58:55 +0300
commita640535384dc341479b76b95a141966edb29d575 (patch)
treee9a9c94c22a6161b088983f82ad7f3cf99cef9e3 /decoder/LAVVideo/LAVVideo.h
parentba71f2680e99dd6409e8d7fa71f6ffc07902a9ae (diff)
Fix some compiler warnings
Diffstat (limited to 'decoder/LAVVideo/LAVVideo.h')
-rw-r--r--decoder/LAVVideo/LAVVideo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoder/LAVVideo/LAVVideo.h b/decoder/LAVVideo/LAVVideo.h
index 7fd834c9..4f10d8fb 100644
--- a/decoder/LAVVideo/LAVVideo.h
+++ b/decoder/LAVVideo/LAVVideo.h
@@ -170,9 +170,9 @@ public:
public:
// Pin Configuration
const static AMOVIESETUP_MEDIATYPE sudPinTypesIn[];
- const static int sudPinTypesInCount;
+ const static UINT sudPinTypesInCount;
const static AMOVIESETUP_MEDIATYPE sudPinTypesOut[];
- const static int sudPinTypesOutCount;
+ const static UINT sudPinTypesOutCount;
private:
HRESULT LoadDefaults();