[xiph-commits] r7726 - trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraDecoder

illiminable at motherfish-iii.xiph.org illiminable at motherfish-iii.xiph.org
Thu Sep 9 08:34:18 PDT 2004


Author: illiminable
Date: 2004-09-09 08:34:17 -0700 (Thu, 09 Sep 2004)
New Revision: 7726

Modified:
   trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraDecoder/TheoraDecodeFilter.cpp
Log:
* Works in WMP 9 and 10 now... though it doesn't seek, drops frames randomly and has pretty green squares.

Modified: trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraDecoder/TheoraDecodeFilter.cpp
===================================================================
--- trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraDecoder/TheoraDecodeFilter.cpp	2004-09-09 15:30:52 UTC (rev 7725)
+++ trunk/oggdsf/src/lib/codecs/theora/filters/dsfTheoraDecoder/TheoraDecodeFilter.cpp	2004-09-09 15:34:17 UTC (rev 7726)
@@ -433,30 +433,6 @@
 	//HRESULT locHR = mOutputPin->GetDeliveryBuffer(&locSample, &locFrameStart, &locFrameEnd, locFlags);
 	GetState(0, &locFS);
 	debugLog<<"State After = "<<locFS<<endl;
-	//if (locHR != S_OK) {
-	//	debugLog<<"Get DeliveryBuffer FAILED with "<<locHR<<endl;
-	//	debugLog<<"locSample is "<<(unsigned long)locSample<<endl;
-	//	//We get here when the application goes into stop mode usually.
-
-	//	switch (locHR) {
-	//		case VFW_E_SIZENOTSET:
-	//			debugLog<<"SIZE NOT SET"<<endl;
-	//			break;
-	//		case VFW_E_NOT_COMMITTED:
-	//			debugLog<<"NOT COMMITTED"<<endl;
-	//			break;
-	//		case VFW_E_TIMEOUT:
-	//			debugLog<<"TIMEOUT"<<endl;
-	//			break;
-	//		case VFW_E_STATE_CHANGED:
-	//			debugLog<<"STATE CHANGED"<<endl;
-	//			return S_OK;
-	//		default:
-	//			debugLog<<"SOMETHING ELSE !!!"<<endl;
-	//			break;
-	//	}
-	//	return locHR;
-	//}	
 	
 	
 



More information about the commits mailing list