Originally committed to SVN as r585.
This commit is contained in:
parent
9ea6989ff0
commit
4a79a056a2
1 changed files with 4 additions and 4 deletions
|
@ -281,15 +281,15 @@ HRESULT DirectShowVideoProvider::OpenVideo(wxString _filename) {
|
||||||
//m_avgframe = defd;
|
//m_avgframe = defd;
|
||||||
|
|
||||||
// Store filters
|
// Store filters
|
||||||
//m_pR = sink;
|
m_pR = sink;
|
||||||
//m_pGC = mc;
|
m_pGC = mc;
|
||||||
//m_pGS = ms;
|
m_pGS = ms;
|
||||||
|
|
||||||
// Flag frame as ready?
|
// Flag frame as ready?
|
||||||
SetEvent(m_hFrameReady);
|
SetEvent(m_hFrameReady);
|
||||||
|
|
||||||
// No idea
|
// No idea
|
||||||
//RegROT();
|
RegROT();
|
||||||
|
|
||||||
// Set frame count
|
// Set frame count
|
||||||
//m_f.SetCount(m_vi.num_frames);
|
//m_f.SetCount(m_vi.num_frames);
|
||||||
|
|
Loading…
Reference in a new issue