mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue