mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
qtdemux: Add pasp box to the list of known boxes
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1235>
This commit is contained in:
parent
cfbd820153
commit
2853c085c7
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ static const QtNodeType qt_node_types[] = {
|
|||
{FOURCC_mhdr, "mhdr", QT_FLAG_CONTAINER,},
|
||||
{FOURCC_jp2h, "jp2h", QT_FLAG_CONTAINER,},
|
||||
{FOURCC_colr, "colr", 0,},
|
||||
{FOURCC_pasp, "pasp", 0,},
|
||||
{FOURCC_clap, "clap", 0,},
|
||||
{FOURCC_tapt, "tapt", 0,},
|
||||
{FOURCC_ihdr, "ihdr", 0,},
|
||||
|
|
Loading…
Reference in a new issue