# HG changeset patch # User arpi_esp # Date 992133438 0 # Node ID 53f5b3b991f5384e8ca196a03f5524e76d71c63e # Parent 48cd2c5a9542f8d128f286666114528fa6c0bd4c The "bad" "using namespace std" was removed :) diff -r 48cd2c5a9542 -r 53f5b3b991f5 loader/dshow/DS_AudioDec.c --- a/loader/dshow/DS_AudioDec.c Sat Jun 09 20:09:18 2001 +0000 +++ b/loader/dshow/DS_AudioDec.c Sun Jun 10 00:37:18 2001 +0000 @@ -10,6 +10,7 @@ //#include "DS_AudioDecoder.h" //#include +using namespace std; #include #include #define __MODULE__ "DirectShow_AudioDecoder" @@ -50,7 +51,6 @@ 0x00000001, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71}; -using namespace std; extern "C" char* def_path; static DS_Filter* dsf=0; diff -r 48cd2c5a9542 -r 53f5b3b991f5 loader/dshow/DS_VideoDec.c --- a/loader/dshow/DS_VideoDec.c Sat Jun 09 20:09:18 2001 +0000 +++ b/loader/dshow/DS_VideoDec.c Sun Jun 10 00:37:18 2001 +0000 @@ -10,6 +10,7 @@ //#include "DS_VideoDecoder.h" //#include +using namespace std; #include #include #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;