Commit 97504067 authored by Esme Povirk's avatar Esme Povirk Committed by Alexandre Julliard

windowscodecs: Initialize encoder flags for png encoder.

parent 942141d1
......@@ -997,6 +997,7 @@ HRESULT CDECL png_encoder_create(struct encoder_info *info, struct encoder **res
This->data = NULL;
*result = &This->encoder;
info->flags = 0;
info->container_format = GUID_ContainerFormatPng;
info->clsid = CLSID_WICPngEncoder;
info->encoder_options[0] = ENCODER_OPTION_INTERLACE;
......
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