diff options
Diffstat (limited to 'loader/dshow')
-rw-r--r-- | loader/dshow/DS_AudioDec.c | 4 | ||||
-rw-r--r-- | loader/dshow/DS_VideoDec.c | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/loader/dshow/DS_AudioDec.c b/loader/dshow/DS_AudioDec.c index 42e8c3cc7b..b013f5a1d5 100644 --- a/loader/dshow/DS_AudioDec.c +++ b/loader/dshow/DS_AudioDec.c @@ -9,13 +9,11 @@ //#include <config.h> //#include "DS_AudioDecoder.h" -#include <string.h> +//#include <string.h> #include <stdlib.h> #include <except.h> #define __MODULE__ "DirectShow_AudioDecoder" -using namespace std; - #include <errno.h> #ifdef HAVE_MALLOC_H #include <malloc.h> diff --git a/loader/dshow/DS_VideoDec.c b/loader/dshow/DS_VideoDec.c index 6f3cfd6164..645cd1894b 100644 --- a/loader/dshow/DS_VideoDec.c +++ b/loader/dshow/DS_VideoDec.c @@ -9,12 +9,11 @@ //#include <config.h> //#include "DS_VideoDecoder.h" -#include <string.h> +//#include <string.h> #include <stdlib.h> #include <except.h> #define __MODULE__ "DirectShow_VideoDecoder" -using namespace std; #include <errno.h> #ifdef HAVE_MALLOC_H |