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>2013-01-12 20:42:07 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2013-01-12 20:42:07 +0400
commit7c2e0b62b69413ee74b4e0d110a860249bc922e4 (patch)
tree85ea212e688c3ec353182e50c1592ce1858ce19a /decoder
parentcf22211a3a7bba3f47867924c898e6d13aadb6c7 (diff)
Move dvdmedia.h include to stdafx.h
Diffstat (limited to 'decoder')
-rw-r--r--decoder/LAVVideo/VideoInputPin.cpp3
-rw-r--r--decoder/LAVVideo/stdafx.h1
2 files changed, 1 insertions, 3 deletions
diff --git a/decoder/LAVVideo/VideoInputPin.cpp b/decoder/LAVVideo/VideoInputPin.cpp
index d5cd84bc..5f01ab50 100644
--- a/decoder/LAVVideo/VideoInputPin.cpp
+++ b/decoder/LAVVideo/VideoInputPin.cpp
@@ -20,9 +20,6 @@
#include "stdafx.h"
#include "VideoInputPin.h"
-#include <dvdmedia.h>
-
-
CVideoInputPin::CVideoInputPin(TCHAR* pObjectName, CLAVVideo* pFilter, HRESULT* phr, LPWSTR pName)
: CDeCSSTransformInputPin(pObjectName, pFilter, phr, pName)
, m_pLAVVideo(pFilter)
diff --git a/decoder/LAVVideo/stdafx.h b/decoder/LAVVideo/stdafx.h
index 2b0c40e9..a9cd3699 100644
--- a/decoder/LAVVideo/stdafx.h
+++ b/decoder/LAVVideo/stdafx.h
@@ -38,6 +38,7 @@
#include <d3d9.h>
#include <dxva2api.h>
+#include <dvdmedia.h>
#pragma warning(push)
#pragma warning(disable:4244)