Skip to content

Commit 851172a

Browse files
committedFeb 1, 2024
Fix encoder filter text
1 parent 25950f8 commit 851172a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Image.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ std::wstring GetFilter(WICComponentType type)
9898
pCodecInfo->GetFriendlyName(cbBuffer, strFriendlyName.GetBufferSetLength(cbBuffer), &cbActual);
9999
strFriendlyName.ReleaseBufferSetLength(cbActual);
100100
strFriendlyName.Replace(L"Decoder", L"Files");
101+
strFriendlyName.Replace(L"Encoder", L"Files");
101102
// File extensions
102103
pCodecInfo->GetFileExtensions(cbBuffer, strFileExtensions.GetBufferSetLength(cbBuffer), &cbActual);
103104
strFileExtensions.ReleaseBufferSetLength(cbActual);

0 commit comments

Comments
 (0)
Please sign in to comment.