diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-01-11 13:55:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-01-11 13:55:39 +0000 |
| commit | f3b0fb8717242dc705cb4f21a1338c365d3d4f75 (patch) | |
| tree | 57b5d90e38dbd55ce517c64090040810fa3ff72a /src/Index.cpp | |
| parent | 592720c9716a260b72e5bff9760e733a066e2a97 (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 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 // - |
