This commit is contained in:
Steve Checkoway
2006-10-07 09:46:11 +00:00
parent 617e8b5335
commit 0600ff5a1c
2 changed files with 2 additions and 2 deletions
@@ -118,7 +118,7 @@ static int FindCompatibleAVFormat( bool bHighColor )
true /* realtime */
);
if( pixfmt == PixelFormat_INVALID )
if( pixfmt == PixelFormat_Invalid )
continue;
return i;
@@ -127,7 +127,7 @@ void MovieTexture_Generic::CreateTexture()
m_pSurface->format->Mask[2],
m_pSurface->format->Mask[3] );
if( pixfmt == PixelFormat_INVALID )
if( pixfmt == PixelFormat_Invalid )
{
/* We weren't given a natively-supported pixel format. Pick a supported
* one. This is a fallback case, and implies a second conversion. */