use decoder ID in media node

This commit is contained in:
itsmattkc
2019-08-08 15:52:53 +10:00
parent f3b60369aa
commit c6dfab4caf
5 changed files with 30 additions and 19 deletions
+4
View File
@@ -38,6 +38,10 @@ QString Node::Description()
return QString();
}
void Node::Release()
{
}
void Node::AddParameter(NodeParam *param)
{
param->setParent(this);