diff options
author | Nicolas Gaullier <nicolas.gaullier@cji.paris> | 2021-12-14 16:27:43 +0100 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2021-12-27 00:39:35 +0100 |
commit | dd7c0bc4f981f7113d7bef267cc1eca8d9fb10f1 (patch) | |
tree | 7fa6753f2c273ef160662b2e87042f2e3ff6029c /tests | |
parent | 1cbeac0c2f7e15add5fed0a306f63a87b330c0a1 (diff) | |
download | ffmpeg-dd7c0bc4f981f7113d7bef267cc1eca8d9fb10f1.tar.gz |
avformat/mxfenc: fix DNxHD GC element_type
The values for the essence element type were updated in the spec
from 0x05/0x06 (ST2019-4 2008) to 0x0C/0x0D (ST2019-4 2009).
Fixes ticket #6380.
Thanks-to: Philip de Nier <philip.denier@bbc.co.uk>
Thanks-to: Matthieu Bouron <matthieu.bouron@gmail.com>
Reviewed-by: Matthieu Bouron <matthieu.bouron@gmail.com>
Reviewed-by: Tomas Härdin <tjoppen@acc.umu.se>
Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/lavf/mxf_opatom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/lavf/mxf_opatom b/tests/ref/lavf/mxf_opatom index b818f26c36..e34cf2559e 100644 --- a/tests/ref/lavf/mxf_opatom +++ b/tests/ref/lavf/mxf_opatom @@ -1,3 +1,3 @@ -e558e50a94d88762e07ab8149aced7b9 *tests/data/lavf/lavf.mxf_opatom +aab6397829bd90f0c77a3f9fde53bb9c *tests/data/lavf/lavf.mxf_opatom 4717625 tests/data/lavf/lavf.mxf_opatom tests/data/lavf/lavf.mxf_opatom CRC=0xf55aa22a |