mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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:
parent
41982e6ccf
commit
770d94f4b5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue