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

Method getDecoderVersion

src/librawspeed/decoders/DngDecoder.h:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48protected:
49 int getDecoderVersion() const override { return 0; }
50 bool mFixLjpeg;
51 static void dropUnsuportedChunks(std::vector<const TiffIFD*>* data);
52 void parseCFA(const TiffIFD* raw);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected