ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/CV.xs
(Generate patch)

Comparing CV/CV.xs (file contents):
Revision 1.63 by root, Sun Nov 28 23:26:51 2021 UTC vs.
Revision 1.64 by root, Wed Dec 1 03:32:40 2021 UTC

590 const uint8_t *next_in = (uint8_t *)SvPVbyte_nolen (image_data); 590 const uint8_t *next_in = (uint8_t *)SvPVbyte_nolen (image_data);
591 size_t avail_in = SvCUR (image_data); 591 size_t avail_in = SvCUR (image_data);
592 const char *error = 0; 592 const char *error = 0;
593 JxlDecoderStatus status; 593 JxlDecoderStatus status;
594 void *runner = 0; 594 void *runner = 0;
595 struct bmff_box box;
596 595
597 RETVAL = 0; 596 RETVAL = 0;
598 597
599 perlinterp_release (); 598 perlinterp_release ();
600 599

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines