Skip to content

Commit

Permalink
avformat/mxfenc: fix DNxHD GC container_ul
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Gaullier <[email protected]>
Reviewed-by: Matthieu Bouron <[email protected]>
Reviewed-by: Tomas Härdin <[email protected]>
Signed-off-by: Marton Balint <[email protected]>
  • Loading branch information
ngaullier authored and cus committed Dec 26, 2021
1 parent 0c8741f commit 1cbeac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libavformat/mxfenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ static const MXFContainerEssenceEntry mxf_essence_container_uls[] = {
{ 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x04,0x01,0x02,0x02,0x02,0x00,0x00,0x00 },
mxf_write_cdci_desc },
// DNxHD
{ { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x01,0x0D,0x01,0x03,0x01,0x02,0x11,0x01,0x00 },
{ { 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0A,0x0D,0x01,0x03,0x01,0x02,0x11,0x01,0x00 },
{ 0x06,0x0E,0x2B,0x34,0x01,0x02,0x01,0x01,0x0D,0x01,0x03,0x01,0x15,0x01,0x05,0x00 },
{ 0x06,0x0E,0x2B,0x34,0x04,0x01,0x01,0x0A,0x04,0x01,0x02,0x02,0x71,0x01,0x00,0x00 },
mxf_write_cdci_desc },
Expand Down
2 changes: 1 addition & 1 deletion tests/ref/lavf/mxf_opatom
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
5d235c127ace64b1f4fe6c79a7ca8be6 *tests/data/lavf/lavf.mxf_opatom
e558e50a94d88762e07ab8149aced7b9 *tests/data/lavf/lavf.mxf_opatom
4717625 tests/data/lavf/lavf.mxf_opatom
tests/data/lavf/lavf.mxf_opatom CRC=0xf55aa22a

0 comments on commit 1cbeac0

Please sign in to comment.