Revision: 8635
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8635&view=rev
Author:   thjc
Date:     2010-05-03 16:56:41 +0000 (Mon, 03 May 2010)

Log Message:
-----------
Applied patch 2976583: blobtracker: overhead condition check removed

Modified Paths:
--------------
    code/player/trunk/server/drivers/dio/blobtracker/blobtracker.cc

Modified: code/player/trunk/server/drivers/dio/blobtracker/blobtracker.cc
===================================================================
--- code/player/trunk/server/drivers/dio/blobtracker/blobtracker.cc     
2010-05-03 16:53:53 UTC (rev 8634)
+++ code/player/trunk/server/drivers/dio/blobtracker/blobtracker.cc     
2010-05-03 16:56:41 UTC (rev 8635)
@@ -321,7 +321,7 @@
     bdata = reinterpret_cast<player_blobfinder_data_t *>(data);
     idle_width = static_cast<uint32_t>(static_cast<double>(bdata->width) * 
(this->idle_area));
     idle_height = static_cast<uint32_t>(static_cast<double>(bdata->height) * 
(this->idle_area));
-    if ((idle_width > 0) && (idle_height > 0) && ((bdata->blobs_count) > 0))
+    if ((idle_width > 0) && (idle_height > 0))
     {
       idx = -1;
       for (i = 0; i < static_cast<int>(bdata->blobs_count); i++)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to