From 4a79a056a24dd2581f7d262042358519cc1dd0bc Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Wed, 20 Dec 2006 00:45:02 +0000 Subject: [PATCH] Originally committed to SVN as r585. --- core/video_provider_dshow.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/video_provider_dshow.cpp b/core/video_provider_dshow.cpp index 9aa202526..0f6e2b083 100644 --- a/core/video_provider_dshow.cpp +++ b/core/video_provider_dshow.cpp @@ -281,15 +281,15 @@ HRESULT DirectShowVideoProvider::OpenVideo(wxString _filename) { //m_avgframe = defd; // Store filters - //m_pR = sink; - //m_pGC = mc; - //m_pGS = ms; + m_pR = sink; + m_pGC = mc; + m_pGS = ms; // Flag frame as ready? SetEvent(m_hFrameReady); // No idea - //RegROT(); + RegROT(); // Set frame count //m_f.SetCount(m_vi.num_frames);