3 #include "../diagnostics.h"
4 #include "../exceptions.h"
6 #include <c++utilities/io/binaryreader.h>
24 void Av1Configuration::parse(BinaryReader &reader, std::uint64_t maxSize,
Diagnostics &diag)
26 CPP_UTILITIES_UNUSED(reader)
27 CPP_UTILITIES_UNUSED(maxSize)
28 CPP_UTILITIES_UNUSED(diag)
The Diagnostics class is a container for DiagMessage.
This exception is thrown when the an operation is invoked that has not been implemented yet.
Contains all classes and functions of the TagInfo library.