summaryrefslogtreecommitdiff
path: root/src/Index.cpp
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-01-11 13:55:39 +0000
committerCarl Hetherington <cth@carlh.net>2017-01-11 13:55:39 +0000
commitf3b0fb8717242dc705cb4f21a1338c365d3d4f75 (patch)
tree57b5d90e38dbd55ce517c64090040810fa3ff72a /src/Index.cpp
parent592720c9716a260b72e5bff9760e733a066e2a97 (diff)
Make the IMP stuff usable.
Diffstat (limited to 'src/Index.cpp')
-rwxr-xr-xsrc/Index.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Index.cpp b/src/Index.cpp
index 3f9a5cd..64bf71b 100755
--- a/src/Index.cpp
+++ b/src/Index.cpp
@@ -29,7 +29,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\brief MXF index segment objects
*/
-#include "MXF.h"
+#include <asdcp/MXF.h>
const ui32_t kl_length = ASDCP::SMPTE_UL_LENGTH + ASDCP::MXF_BER_LENGTH;
@@ -185,7 +185,7 @@ ASDCP::MXF::IndexTableSegment::DeltaEntry::Archive(Kumu::MemIOWriter* Writer) co
// Bit 7: Random Access
// Bit 6: Sequence Header
// Bit 5: forward prediction flag
-// Bit 4: backward prediction flag
+// Bit 4: backward prediction flag
// e.g.
// 00== I frame (no prediction)
// 10== P frame(forward prediction from previous frame)
@@ -240,4 +240,3 @@ ASDCP::MXF::IndexTableSegment::IndexEntry::Archive(Kumu::MemIOWriter* Writer) co
//
// end Index.cpp
//
-