summaryrefslogtreecommitdiff
path: root/src/AS_DCP_MXF.cpp
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-07-01 12:22:38 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-01 12:22:38 +0100
commitbc41241ca5946b45895806e5ab361f9277933563 (patch)
tree1cd8a3f6eaaa6b5af453c3419247a7e63394ba37 /src/AS_DCP_MXF.cpp
parentd2042adb97e12b9c7e963a98e218a0ea6fbc9197 (diff)
Move public headers into src/asdcp and install them in a asdcp subdirectory.
Diffstat (limited to 'src/AS_DCP_MXF.cpp')
-rwxr-xr-xsrc/AS_DCP_MXF.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/AS_DCP_MXF.cpp b/src/AS_DCP_MXF.cpp
index 4ff490e..bcc14e5 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;