We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3a3c8 commit 3132dfbCopy full SHA for 3132dfb
libvisual/libvisual/private/lv_video_bmp.cpp
@@ -341,7 +341,7 @@ namespace LV {
341
return nullptr;
342
}
343
344
- if (bi_compression > 3) {
+ if (bi_compression >= 3) {
345
visual_log (VISUAL_LOG_ERROR, "Bitmap uses an invalid or unsupported compression scheme");
346
fp.seekg (saved_stream_pos);
347
0 commit comments