Skip to content

Commit 26224fe

Browse files
jbeichwantehchang
authored andcommitted
gdk-pixbuf: Chase 676aded
contrib/gdk-pixbuf/loader.c:212:29: error: no member named 'mode' in 'struct avifImageMirror' switch (image->imir.mode) { ~~~~~~~~~~~ ^ This reverts commit 0f729c1.
1 parent e96d042 commit 26224fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/gdk-pixbuf/loader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ static gboolean avif_context_try_load(struct avif_context * context, GError ** e
209209
if (image->transformFlags & AVIF_TRANSFORM_IMIR) {
210210
GdkPixbuf *output_mirrored = NULL;
211211

212-
switch (image->imir.mode) {
212+
switch (image->imir.axis) {
213213
case 0:
214214
output_mirrored = gdk_pixbuf_flip(output, FALSE);
215215
break;

0 commit comments

Comments
 (0)