diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-01 12:22:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:01:32 +0100 |
| commit | dfb6aa39a8000fc071dfa0680584dae173535c9a (patch) | |
| tree | ccf64f8dbc81ab13d36f3319475fc0e59f95e2ec /src/AS_DCP_MXF.cpp | |
| parent | 8204f14304dd463a42f8540413cf95cf49e1f829 (diff) | |
Move public headers into src/asdcp and install them in a asdcp subdirectory.
Diffstat (limited to 'src/AS_DCP_MXF.cpp')
| -rwxr-xr-x | src/AS_DCP_MXF.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/AS_DCP_MXF.cpp b/src/AS_DCP_MXF.cpp index 32225be..e5d9a91 100755 --- a/src/AS_DCP_MXF.cpp +++ b/src/AS_DCP_MXF.cpp @@ -29,7 +29,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \brief AS-DCP library, misc classes and subroutines */ -#include <KM_fileio.h> +#include <asdcp/KM_fileio.h> #include <KM_xml.h> #include "AS_DCP_internal.h" #include "JP2K.h" @@ -331,7 +331,7 @@ ASDCP::RawEssenceType(const std::string& filename, EssenceType_t& type) else { result = RF64Header.ReadFromBuffer(FB.RoData(), read_count, &data_offset); - + if ( ASDCP_SUCCESS(result) ) { switch ( RF64Header.samplespersec ) @@ -415,7 +415,7 @@ ASDCP::RawEssenceType(const std::string& filename, EssenceType_t& type) type = ESS_DCDATA_UNKNOWN; } } - + break; } } @@ -625,7 +625,7 @@ ASDCP::IntegrityPack::TestValues(const ASDCP::FrameBuffer& FB, const byte_t* Ass return RESULT_HMACFAIL; } p += UUIDlen; - + // test the sequence length if ( ! Kumu::read_test_BER(&p, sizeof(ui64_t)) ) return RESULT_HMACFAIL; |
