Skip to content

Commit 040a936

Browse files
committed
Remove support for old 50MB LUT. Use ZSTD instead.
1 parent f956e4c commit 040a936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sources/utils/LutLoader.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ void LutLoader::loadLutFile(Logger* _log, PixelFormat color, const QList<QString
7575

7676
length = file.size();
7777

78-
if ((length == LUT_FILE_SIZE * 3) || (length == LUT_FILE_SIZE && !is_yuv) || compressed)
78+
if ((length == LUT_FILE_SIZE * 3) || compressed)
7979
{
8080
int index = 0;
8181

0 commit comments

Comments
 (0)