Commit a1819978 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

gdiplus: Don't create new instance of IWICBitmapDecoder to encode every frame of animation.

parent e889dd8e
......@@ -271,6 +271,7 @@ struct GpAdustableArrowCap{
struct GpImage{
IPicture *picture;
IStream *stream; /* source stream */
IWICBitmapDecoder *decoder;
ImageType type;
GUID format;
UINT flags;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment