MCPcopy Create free account
hub / github.com/darktable-org/rawspeed / isAppropriateDecoder

Method isAppropriateDecoder

src/librawspeed/decoders/DngDecoder.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55namespace rawspeed {
56
57bool __attribute__((pure))
58DngDecoder::isAppropriateDecoder(const TiffRootIFD* rootIFD,
59 const Buffer* file) {
60 return rootIFD->hasEntryRecursive(DNGVERSION);
61}
62
63DngDecoder::DngDecoder(TiffRootIFDOwner&& rootIFD, const Buffer* file)
64 : AbstractTiffDecoder(move(rootIFD), file) {

Callers

nothing calls this directly

Calls 1

hasEntryRecursiveMethod · 0.45

Tested by

no test coverage detected