3#ifndef ORFIMAGE_INT_HPP_
4#define ORFIMAGE_INT_HPP_
8#include "tiffimage_int.hpp"
29 bool read(
const byte* pData,
size_t size)
override;
38 uint16_t sig_{0x4f52};
Helper structure for the Matroska tags lookup table.
Definition matroskavideo.hpp:39
ByteOrder
Type to express the byte order (little or big endian)
Definition types.hpp:34
Utility class containing a character array. All it does is to take care of memory allocation and dele...
Definition types.hpp:124