no message

This commit is contained in:
Chris Danford
2002-02-10 06:25:12 +00:00
parent c880afb8db
commit 7682367a4e
7 changed files with 103 additions and 13 deletions
+2
View File
@@ -419,6 +419,8 @@ HRESULT RageMovieTexture::InitDShowTextureRenderer()
// The source and image width will always be the same since we can't scale the video
m_uSourceWidth = m_pCTR->GetVidWidth();
m_uSourceHeight = m_pCTR->GetVidHeight();
m_uImageWidth = m_uSourceWidth;
m_uImageHeight = m_uSourceHeight;
return S_OK;