mirror of https://github.com/mpv-player/mpv
The "bad" "using namespace std" was removed :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1083 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1f398d061f
commit
682168c5c4
|
@ -10,6 +10,7 @@
|
|||
|
||||
//#include "DS_AudioDecoder.h"
|
||||
//#include <string.h>
|
||||
using namespace std;
|
||||
#include <stdlib.h>
|
||||
#include <except.h>
|
||||
#define __MODULE__ "DirectShow_AudioDecoder"
|
||||
|
@ -50,7 +51,6 @@ const GUID MEDIASUBTYPE_PCM={
|
|||
0x00000001, 0x0000, 0x0010, 0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71};
|
||||
|
||||
|
||||
using namespace std;
|
||||
extern "C" char* def_path;
|
||||
|
||||
static DS_Filter* dsf=0;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue