mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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])))
|
parent.descriptor[i])))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
switch (track->parent.descriptor[i]->essence_container.u[15]) {
|
switch (track->parent.descriptor[i]->essence_container.u[14]) {
|
||||||
case 0x01:
|
case 0x01:
|
||||||
return MXF_ESSENCE_WRAPPING_FRAME_WRAPPING;
|
return MXF_ESSENCE_WRAPPING_FRAME_WRAPPING;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue