[xiph-commits] r15392 - trunk/oggdsf/src/lib/core/directshow/dsfOggDemux2
cristianadam at svn.xiph.org
cristianadam at svn.xiph.org
Sun Oct 12 12:44:03 PDT 2008
Author: cristianadam
Date: 2008-10-12 12:44:02 -0700 (Sun, 12 Oct 2008)
New Revision: 15392
Modified:
trunk/oggdsf/src/lib/core/directshow/dsfOggDemux2/OggDemuxPacketSourceFilter.cpp
Log:
Commented automatic c:\demux.log file creation. This file should not be created in release mode. This logging model will be changed in future.
Modified: trunk/oggdsf/src/lib/core/directshow/dsfOggDemux2/OggDemuxPacketSourceFilter.cpp
===================================================================
--- trunk/oggdsf/src/lib/core/directshow/dsfOggDemux2/OggDemuxPacketSourceFilter.cpp 2008-10-12 03:12:21 UTC (rev 15391)
+++ trunk/oggdsf/src/lib/core/directshow/dsfOggDemux2/OggDemuxPacketSourceFilter.cpp 2008-10-12 19:44:02 UTC (rev 15392)
@@ -140,7 +140,7 @@
, mUsingCustomSource(false)
{
- debugLog.open(L"c:\\demux.log", ios_base::out);
+ //debugLog.open(L"c:\\demux.log", ios_base::out);
debugLog<<L"Constructor"<<endl;
//Why do we do this, should the base class do it ?
More information about the commits
mailing list