From be8c7a42b5378aa86c345386609fbd939fce9007 Mon Sep 17 00:00:00 2001 From: Brad Linden Date: Thu, 2 Feb 2023 13:07:57 -0800 Subject: Fixups after merge for DRTVWR-559 --- indra/llimagej2coj/llimagej2coj.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llimagej2coj') diff --git a/indra/llimagej2coj/llimagej2coj.cpp b/indra/llimagej2coj/llimagej2coj.cpp index 98500c671b..6c06c6de38 100644 --- a/indra/llimagej2coj/llimagej2coj.cpp +++ b/indra/llimagej2coj/llimagej2coj.cpp @@ -169,7 +169,6 @@ static OPJ_SIZE_T opj_write(void * buffer, OPJ_SIZE_T bytes, void* user_data) static OPJ_OFF_T opj_skip(OPJ_OFF_T bytes, void* user_data) { - LL_PROFILE_ZONE_SCOPED_CATEGORY_TEXTURE; JPEG2KBase* jpeg_codec = static_cast(user_data); jpeg_codec->offset += bytes; @@ -727,6 +726,7 @@ bool LLImageJ2COJ::initDecode(LLImageJ2C &base, LLImageRaw &raw_image, int disca bool LLImageJ2COJ::initEncode(LLImageJ2C &base, LLImageRaw &raw_image, int blocks_size, int precincts_size, int levels) { + LL_PROFILE_ZONE_SCOPED_CATEGORY_TEXTURE; // No specific implementation for this method in the OpenJpeg case return false; } -- cgit v1.2.3