LCOV - code coverage report | |||||||||||||||||||||||
![]() | |||||||||||||||||||||||
|
|||||||||||||||||||||||
![]() |
1 : #if defined(JPEG_DUAL_MODE_8_12) 2 : #define LIBJPEG_12_PATH "libjpeg12/jpeglib.h" 3 : #define JPGDataset JPGDataset12 4 : #define JPGRasterBand JPGRasterBand12 5 : #define JPGMaskBand JPGMaskBand12 6 : #define JPEGCreateCopy JPEGCreateCopy12 7 : #include "jpgdataset.cpp" 8 : 9 17 : GDALDataset* JPEGDataset12Open(GDALOpenInfo* poOpenInfo) 10 : { 11 17 : return JPGDataset12::Open(poOpenInfo); 12 : } 13 : #endif /* defined(JPEG_DUAL_MODE_8_12) */ |
![]() |
Generated by: LCOV version 1.7 |