[host] removed incomplete h264

This commit is contained in:
Geoffrey McRae
2018-12-07 20:52:47 +11:00
parent 2a30bb718a
commit 2cb18a3f8f
3 changed files with 2 additions and 74 deletions

View File

@@ -70,7 +70,6 @@ namespace Capture
bool InitRawCapture();
bool InitYUV420Capture();
bool InitH264Capture();
CursorInfo m_cursorRing[DXGI_CURSOR_RING_SIZE];
unsigned int m_cursorRPos, m_cursorWPos;
@@ -80,7 +79,6 @@ namespace Capture
GrabStatus ReleaseFrame();
GrabStatus GrabFrameRaw (struct FrameInfo & frame);
GrabStatus GrabFrameYUV420 (struct FrameInfo & frame);
GrabStatus GrabFrameH264 (struct FrameInfo & frame);
CaptureOptions * m_options;