libdcp
Classes | Namespaces | Functions
verify_internal.h File Reference

Verification-related things exposed for testing. More...

#include "cpl.h"
#include "verify.h"
#include <boost/filesystem.hpp>
#include <boost/optional.hpp>
#include <memory>
#include <vector>

Go to the source code of this file.

Classes

struct  dcp::LinesCharactersResult
 
class  dcp::Context
 

Namespaces

 dcp
 Namespace for everything in libdcp.
 

Functions

void dcp::verify_text_lines_and_characters (std::shared_ptr< const dcp::TextAsset > asset, int warning_length, int error_length, dcp::LinesCharactersResult *result)
 
void dcp::verify_extension_metadata (dcp::Context &context)
 

Detailed Description

Verification-related things exposed for testing.

These things are not intended for use by library users, just by the libdcp tests.

Definition in file verify_internal.h.