Skip to content

Commit

Permalink
Remove support for old 50MB LUT. Use ZSTD instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Feb 3, 2025
1 parent f956e4c commit 040a936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/utils/LutLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void LutLoader::loadLutFile(Logger* _log, PixelFormat color, const QList<QString

length = file.size();

if ((length == LUT_FILE_SIZE * 3) || (length == LUT_FILE_SIZE && !is_yuv) || compressed)
if ((length == LUT_FILE_SIZE * 3) || compressed)
{
int index = 0;

Expand Down

0 comments on commit 040a936

Please sign in to comment.