1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #24754 from FantasqueX:refine-png-version-parsing

Refine logic of parsing PNG version
This commit is contained in:
Alexander Smorkalov
2023-12-25 11:59:05 +03:00
committed by GitHub
5 changed files with 9 additions and 26 deletions
-4
View File
@@ -58,11 +58,7 @@
# define _FILE_OFFSET_BITS 0
#endif
#ifdef HAVE_LIBPNG_PNG_H
#include <libpng/png.h>
#else
#include <png.h>
#endif
#include <zlib.h>
#include "grfmt_png.hpp"