ARRAYSIZE -> ARRAYLEN.

This commit is contained in:
Steve Checkoway
2007-06-09 07:53:22 +00:00
parent f1bc9cc1cd
commit acb030f229
5 changed files with 11 additions and 11 deletions
@@ -495,7 +495,7 @@ static EffectMode EffectModes[] =
{
EffectMode_YUYV422,
};
COMPILE_ASSERT( ARRAYSIZE(EffectModes) == NUM_PixelFormatYCbCr );
COMPILE_ASSERT( ARRAYLEN(EffectModes) == NUM_PixelFormatYCbCr );
EffectMode MovieTexture_Generic::GetEffectMode( MovieDecoderPixelFormatYCbCr fmt )
{