summaryrefslogtreecommitdiffstats
path: root/loader/dshow/DS_VideoDecoder.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-04 02:21:47 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-04 02:21:47 +0000
commit4f3776f018ba2b7d07180da5500ba7dd55567637 (patch)
tree0272ecded470c78c9b8d00a4d4128a79abf55d16 /loader/dshow/DS_VideoDecoder.c
parentd60f718c2e4ebc7be2c8eb7fa933eff83bb8570b (diff)
downloadmpv-4f3776f018ba2b7d07180da5500ba7dd55567637.tar.bz2
mpv-4f3776f018ba2b7d07180da5500ba7dd55567637.tar.xz
sync with avifile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2070 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/dshow/DS_VideoDecoder.c')
-rw-r--r--loader/dshow/DS_VideoDecoder.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/loader/dshow/DS_VideoDecoder.c b/loader/dshow/DS_VideoDecoder.c
index c91eb70f77..a04817c495 100644
--- a/loader/dshow/DS_VideoDecoder.c
+++ b/loader/dshow/DS_VideoDecoder.c
@@ -9,9 +9,9 @@
#include "interfaces.h"
#include "DS_VideoDecoder.h"
-#include <wine/winerror.h>
-#include <libwin32.h>
-//#include <cpuinfo.h>
+#include "wine/winerror.h"
+#include "ldt_keeper.h"
+//#include <wine/winerror.h>
#include <unistd.h>
#include <fcntl.h>
@@ -24,10 +24,6 @@
#define __MODULE__ "DirectShow_VideoDecoder"
-#include "ldt_keeper.h"
-
-extern "C" char* def_path;
-
using namespace std;
DS_VideoDecoder::DS_VideoDecoder(const CodecInfo& info, const BITMAPINFOHEADER& format, int flip)