Opened 8 years ago
Closed 8 years ago
#6025 closed defect (fixed)
VRTDataset::GetSingleSimpleSource() should check there's a single source
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 2.0.1 |
Component: | GDAL_Raster | Version: | unspecified |
Severity: | normal | Keywords: | vrt |
Cc: |
Description
Currently VRTDataset::GetSingleSimpleSource() would return the first source if there are several sources in a VRT that are OK w.r.t CheckCompatibleForDatasetIO(). This could result in optimizations erroneously triggered when translating "losslessly" into JPEG-IN-TIFF or in PDFCreateCopy
Change History (1)
comment:1 by , 8 years ago
Milestone: | → 2.0.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
trunk r29499, branches/2.0 r29500 "VRTDataset::GetSingleSimpleSource(): check there's a single source (#6025)"