mxfvc3: The wrapping is the 15th byte of the essence container UL, not the 16th

In other mappings it is the 16th though.
This commit is contained in:
Sebastian Dröge 2015-10-21 17:21:09 +03:00
parent 41982e6ccf
commit 770d94f4b5

View file

@ -120,7 +120,7 @@ mxf_vc3_get_track_wrapping (const MXFMetadataTimelineTrack * track)
parent.descriptor[i])))
continue;
switch (track->parent.descriptor[i]->essence_container.u[15]) {
switch (track->parent.descriptor[i]->essence_container.u[14]) {
case 0x01:
return MXF_ESSENCE_WRAPPING_FRAME_WRAPPING;
break;