diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-27 12:30:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-27 12:30:04 +0100 |
| commit | 214d72306bdfdd617c3e6a7cfeb5c5d76d7f5e72 (patch) | |
| tree | 7af52f9614b84e975586c7c8fd328931adc14306 /src/frame.h | |
| parent | 52b563097e355b098fc9da13cb25f135f0d9bf9e (diff) | |
Add Atmos read/write and untested MXF decryption tool.1.0-templates
Diffstat (limited to 'src/frame.h')
| -rw-r--r-- | src/frame.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h index 54b74e55..f20a1bb3 100644 --- a/src/frame.h +++ b/src/frame.h @@ -31,6 +31,9 @@ files in the program, then also delete it here. */ +#ifndef LIBDCP_FRAME_H +#define LIBDCP_FRAME_H + #include "decryption_context.h" #include "exceptions.h" #include <asdcp/KM_fileio.h> @@ -73,3 +76,5 @@ private: }; } + +#endif |
