24 #include "io/stream.hpp"
25 #include "rawcontainer.hpp"
26 #include "rawfile_private.hpp"
28 #include "ifdfilecontainer.hpp"
29 #include "mp4/mp4parse.h"
48 std::shared_ptr<IfdFileContainer> get_metadata_block(uint32_t idx);
52 static intptr_t read_callback(uint8_t*, uintptr_t,
void*);
55 Mp4parseParser *m_parser;
56 std::vector<std::shared_ptr<IfdFileContainer>> m_meta_ifd;
std::shared_ptr< Stream > Ptr
Generic interface for the RAW file container.
An option type inspired by Rust.
Global namespace for libopenraw.