[Mplayer-cvslog] CVS: main/loader/DirectShow DS_AudioDec.cpp,1.2,1.3 DS_VideoDec.cpp,1.5,1.6
GEREOFFY
arpi_esp at users.sourceforge.net
Sat Jun 9 16:49:39 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian README,1.11,1.12
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Spanish DVD-FAQ,1.1,1.2 LIRC,1.3,1.4 MPlayer-FAQ,1.18,1.19 MTRR,1.2,1.3 README,1.22,1.23 SOUNDCARDS,1.12,1.13 VIDEOCARDS,1.8,1.9 example.conf,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/loader/DirectShow
In directory usw-pr-cvs1:/tmp/cvs-serv20547
Modified Files:
DS_AudioDec.cpp DS_VideoDec.cpp
Log Message:
ehh. removed duplicated namspace 'std'... and removed include string.h, unneeded for c++
Index: DS_AudioDec.cpp
===================================================================
RCS file: /cvsroot/mplayer/main/loader/DirectShow/DS_AudioDec.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** DS_AudioDec.cpp 2001/06/09 00:10:50 1.2
--- DS_AudioDec.cpp 2001/06/09 14:49:37 1.3
***************
*** 10,19 ****
//#include "DS_AudioDecoder.h"
! #include <string.h>
#include <stdlib.h>
#include <except.h>
#define __MODULE__ "DirectShow_AudioDecoder"
-
- using namespace std;
#include <errno.h>
--- 10,17 ----
//#include "DS_AudioDecoder.h"
! //#include <string.h>
#include <stdlib.h>
#include <except.h>
#define __MODULE__ "DirectShow_AudioDecoder"
#include <errno.h>
Index: DS_VideoDec.cpp
===================================================================
RCS file: /cvsroot/mplayer/main/loader/DirectShow/DS_VideoDec.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** DS_VideoDec.cpp 2001/06/09 00:10:50 1.5
--- DS_VideoDec.cpp 2001/06/09 14:49:37 1.6
***************
*** 10,19 ****
//#include "DS_VideoDecoder.h"
! #include <string.h>
#include <stdlib.h>
#include <except.h>
#define __MODULE__ "DirectShow_VideoDecoder"
- using namespace std;
#include <errno.h>
--- 10,18 ----
//#include "DS_VideoDecoder.h"
! //#include <string.h>
#include <stdlib.h>
#include <except.h>
#define __MODULE__ "DirectShow_VideoDecoder"
#include <errno.h>
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
- Previous message: [Mplayer-cvslog] CVS: main/DOCS/Hungarian README,1.11,1.12
- Next message: [Mplayer-cvslog] CVS: main/DOCS/Spanish DVD-FAQ,1.1,1.2 LIRC,1.3,1.4 MPlayer-FAQ,1.18,1.19 MTRR,1.2,1.3 README,1.22,1.23 SOUNDCARDS,1.12,1.13 VIDEOCARDS,1.8,1.9 example.conf,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list