summaryrefslogtreecommitdiffstats
path: root/loader/dshow/DS_VideoDec.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/DS_VideoDec.c')
-rw-r--r--loader/dshow/DS_VideoDec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/dshow/DS_VideoDec.c b/loader/dshow/DS_VideoDec.c
index 645cd1894b..cae96cf5d9 100644
--- a/loader/dshow/DS_VideoDec.c
+++ b/loader/dshow/DS_VideoDec.c
@@ -10,6 +10,7 @@
//#include "DS_VideoDecoder.h"
//#include <string.h>
+using namespace std;
#include <stdlib.h>
#include <except.h>
#define __MODULE__ "DirectShow_VideoDecoder"
@@ -44,7 +45,6 @@
#include "DS_VideoDec.h"
-using namespace std;
extern "C" char* def_path;
static char** m_destptr=0;