forked from mia/Aegisub
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;
|
||||
|
||||
// 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);
|
||||
|
|
Loading…
Reference in a new issue