comparison loader/dshow/DS_AudioDec.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
comparison
equal deleted inserted replaced
1072:3152b1d7dfb8 1073:1485ab9af8a1
7 *********************************************************/ 7 *********************************************************/
8 8
9 //#include <config.h> 9 //#include <config.h>
10 10
11 //#include "DS_AudioDecoder.h" 11 //#include "DS_AudioDecoder.h"
12 #include <string.h> 12 //#include <string.h>
13 #include <stdlib.h> 13 #include <stdlib.h>
14 #include <except.h> 14 #include <except.h>
15 #define __MODULE__ "DirectShow_AudioDecoder" 15 #define __MODULE__ "DirectShow_AudioDecoder"
16
17 using namespace std;
18 16
19 #include <errno.h> 17 #include <errno.h>
20 #ifdef HAVE_MALLOC_H 18 #ifdef HAVE_MALLOC_H
21 #include <malloc.h> 19 #include <malloc.h>
22 #endif 20 #endif