CVS: main/loader/DirectShow DS_AudioDec.cpp,1.3,1.4 DS_VideoDec.cpp,1.6,1.7
Update of /cvsroot/mplayer/main/loader/DirectShow In directory usw-pr-cvs1:/tmp/cvs-serv14374 Modified Files: DS_AudioDec.cpp DS_VideoDec.cpp Log Message: The "bad" "using namespace std" was removed :) Index: DS_AudioDec.cpp =================================================================== RCS file: /cvsroot/mplayer/main/loader/DirectShow/DS_AudioDec.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** DS_AudioDec.cpp 2001/06/09 14:49:37 1.3 --- DS_AudioDec.cpp 2001/06/10 00:37:18 1.4 *************** *** 11,14 **** --- 11,15 ---- //#include "DS_AudioDecoder.h" //#include <string.h> + using namespace std; #include <stdlib.h> #include <except.h> *************** *** 51,55 **** - using namespace std; extern "C" char* def_path; --- 52,55 ---- Index: DS_VideoDec.cpp =================================================================== RCS file: /cvsroot/mplayer/main/loader/DirectShow/DS_VideoDec.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** DS_VideoDec.cpp 2001/06/09 14:49:37 1.6 --- DS_VideoDec.cpp 2001/06/10 00:37:18 1.7 *************** *** 11,14 **** --- 11,15 ---- //#include "DS_VideoDecoder.h" //#include <string.h> + using namespace std; #include <stdlib.h> #include <except.h> *************** *** 45,49 **** - using namespace std; extern "C" char* def_path; --- 46,49 ---- _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
GEREOFFY