diff loader/dshow/DS_VideoDec.c @ 1073:1485ab9af8a1

ehh. removed duplicated namspace 'std'... and removed include string.h, unneeded for c++
author arpi_esp
date Sat, 09 Jun 2001 14:49:37 +0000
parents 269780d31b51
children 53f5b3b991f5
line wrap: on
line diff
--- a/loader/dshow/DS_VideoDec.c	Sat Jun 09 14:32:25 2001 +0000
+++ b/loader/dshow/DS_VideoDec.c	Sat Jun 09 14:49:37 2001 +0000
@@ -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