Skip to content

Commit

Permalink
fix #232
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Jul 29, 2020
1 parent 87ff646 commit 07b7c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/heif_decoder_aom.cc
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ struct heif_error aom_decode_image(void* decoder_raw, struct heif_image** out_im
}

struct heif_image* heif_img;
struct heif_error err = heif_image_create(img->w, img->h,
struct heif_error err = heif_image_create(img->d_w, img->d_h,
heif_colorspace_YCbCr,
chroma,
&heif_img);
Expand Down

0 comments on commit 07b7c81

Please sign in to comment.