|
From: libvidcap c. m. <lib...@li...> - 2007-09-18 18:39:04
|
Revision: 25
http://libvidcap.svn.sourceforge.net/libvidcap/?rev=25&view=rev
Author: bcholew
Date: 2007-09-18 11:38:47 -0700 (Tue, 18 Sep 2007)
Log Message:
-----------
oops
Modified Paths:
--------------
trunk/src/directshow/DirectShowSource.cpp
Modified: trunk/src/directshow/DirectShowSource.cpp
===================================================================
--- trunk/src/directshow/DirectShowSource.cpp 2007-09-18 18:36:50 UTC (rev 24)
+++ trunk/src/directshow/DirectShowSource.cpp 2007-09-18 18:38:47 UTC (rev 25)
@@ -654,7 +654,7 @@
// set the dimensions
vih->bmiHeader.biWidth = fmtNative.width;
vih->bmiHeader.biHeight = fmtNative.height;
-log_info("will use NATIVE FOURCC '%s'\n", vidcap_fourcc_string_get(fmtNative.fourcc));
+
resetCapGraphFoo();
// set the stream's media type
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|