]> git.sesse.net Git - nageru/commit
Fix a Clang 19 warning. master
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 13 May 2024 22:01:14 +0000 (00:01 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 13 May 2024 22:01:14 +0000 (00:01 +0200)
commitf23b02805e975b0450af662ca89d4f50105ad325
treede9225b8ae95a905b2caf68453ee37159fb044b2
parentc96a3a9fbcf2327417dde10bb568d8e01b6cc1e3
Fix a Clang 19 warning.

Clang rightfully pointed out that VLAs are a non-standard extension.
We can do just fine with three small heap allocations per software-decoded
JPEG (the main path is VA-API anyway).
futatabi/jpeg_frame_view.cpp