qtdemux: avoid wrong warnings on unknown node types
Add 'name' and 'mean' fourccs, as we handle them. Right now each use would trigger a warning.
This commit is contained in:
parent
fefeda5e6c
commit
426eb3e300
@ -182,6 +182,8 @@ static const QtNodeType qt_node_types[] = {
|
||||
{FOURCC_chap, "Chapter Reference"},
|
||||
{FOURCC_btrt, "Bitrate information", 0},
|
||||
{FOURCC_frma, "Audio codec format", 0},
|
||||
{FOURCC_name, "name", 0},
|
||||
{FOURCC_mean, "mean", 0},
|
||||
{0, "unknown", 0,},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user