[host] removed MTMemcpy, overheads negate performance gains

This commit is contained in:
Geoffrey McRae
2017-11-15 18:12:13 +11:00
parent 5899508a5b
commit fcf0976081
4 changed files with 2 additions and 27 deletions

View File

@@ -19,7 +19,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#pragma once
#include "ICapture.h"
#include "MTMemcpy.h"
#define W32_LEAN_AND_MEAN
#include <windows.h>
@@ -45,7 +44,6 @@ namespace Capture
bool ReInitialize();
bool m_initialized;
MTMemcpy m_memcpy;
unsigned int m_width;
unsigned int m_height;