U32 LLImageJ2C::mAreaUsedForDataSizeCalcs now initialized to 0
This commit is contained in:
@@ -179,8 +179,8 @@ LLImageJ2C::LLImageJ2C() : LLImageFormatted(IMG_CODEC_J2C),
|
|||||||
mMaxBytes(0),
|
mMaxBytes(0),
|
||||||
mRawDiscardLevel(-1),
|
mRawDiscardLevel(-1),
|
||||||
mRate(0.0f),
|
mRate(0.0f),
|
||||||
mReversible(FALSE)
|
mReversible(FALSE),
|
||||||
|
mAreaUsedForDataSizeCalcs(0)
|
||||||
{
|
{
|
||||||
//We assume here that if we wanted to create via
|
//We assume here that if we wanted to create via
|
||||||
//a dynamic library that the approriate open calls were made
|
//a dynamic library that the approriate open calls were made
|
||||||
|
|||||||
Reference in New Issue
Block a user