Skip to content

Commit fa3b347

Browse files
committed
Fix public header hygiene wording
Replace legacy decoder wording in public API comments with codec terminology. This satisfies the public header hygiene gate without changing the decode API or runtime behavior.
1 parent 4ec0a0e commit fa3b347

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/AssetSuite/AssetSuite.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ namespace AssetSuite
6464
// invalid blob handle, including a handle from another context, returns
6565
// Result::ErrorInvalidHandle. Passing a null outImage or non-null
6666
// *outImage returns Result::ErrorInvalidArgument. Inputs that cannot be
67-
// routed to a registered image decoder return
67+
// routed to a registered image codec return
6868
// Result::ErrorUnsupportedFormat. Recognized but malformed image bytes
69-
// return Result::ErrorMalformedData where the selected decoder can
69+
// return Result::ErrorMalformedData where the selected codec can
7070
// distinguish malformed input, otherwise Result::ErrorDecodeFailed.
7171
ASSET_SUITE_API Result DecodeImage(ContextHandle context, BlobHandle blob, ImageHandle* outImage);
7272

0 commit comments

Comments
 (0)