Added patches to fix JPEG decoder and implement support for CMYK to BGR conversion.

This commit is contained in:
Sebastian Lackner
2017-08-22 03:19:04 +02:00
parent bab383452b
commit b6bab9758e
8 changed files with 419 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ index b7998be..9ec64e7 100644
+
+ EnterCriticalSection(&This->lock);
+
+ if (This->initialized)
+ if (This->frame_initialized)
+ hr = IWICPalette_GetColors(palette, 256, This->palette, &This->colors);
+ else
+ hr = WINCODEC_ERR_NOTINITIALIZED;