qtdemux: Add JPEG2000 ihdr atom to the list of known ones
Otherwise qtdemux is always going to complain about it being unknown.
This commit is contained in:
parent
7ab3df4542
commit
52879dacbc
@ -84,6 +84,7 @@ static const QtNodeType qt_node_types[] = {
|
||||
{FOURCC_mhdr, "mhdr", QT_FLAG_CONTAINER,},
|
||||
{FOURCC_jp2h, "jp2h", QT_FLAG_CONTAINER,},
|
||||
{FOURCC_colr, "colr", 0,},
|
||||
{FOURCC_ihdr, "ihdr", 0,},
|
||||
{FOURCC_fiel, "fiel", 0,},
|
||||
{FOURCC_jp2x, "jp2x", 0,},
|
||||
{FOURCC_alac, "alac", 0,},
|
||||
|
Loading…
x
Reference in New Issue
Block a user