diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-11 13:55:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:01:32 +0100 |
| commit | ab0c4cc3b599bf8e8bb21c81f0418b8aa4922be3 (patch) | |
| tree | bad76f376ae17ca6b956d3064b30348b0899468d /src/Index.cpp | |
| parent | 04cf4482e9bcd5329f717f4ccffd94ff3e751e2a (diff) | |
Make the IMP stuff usable.
Diffstat (limited to 'src/Index.cpp')
| -rwxr-xr-x | src/Index.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Index.cpp b/src/Index.cpp index f996339..e651a1d 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 // - |
