Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Feb 8, 2025
1 parent 458c80a commit b859464
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/_avif.c
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,8 @@ AvifDecoderNew(PyObject *self_, PyObject *args) {
return NULL;
}

avifResult result = avifDecoderParse(decoder);

Check failure on line 697 in src/_avif.c

View workflow job for this annotation

GitHub Actions / ubuntu-latest Python 3.13

redeclaration of ‘result’ with no linkage

self->decoder = decoder;
self->buffer = buffer;

Expand Down

0 comments on commit b859464

Please sign in to comment.