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

Method getDecoderVersion

src/librawspeed/decoders/OrfDecoder.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 void parseCFA();
51
52 int getDecoderVersion() const override { return 3; }
53 bool decodeUncompressed(const ByteStream& s, uint32_t w, uint32_t h,
54 uint32_t size);
55};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected