media now plays in node graph

This commit is contained in:
itsmattkc
2019-08-04 19:45:06 +10:00
parent 298ae2f36c
commit f55094c5df
15 changed files with 484 additions and 229 deletions
+1 -2
View File
@@ -48,6 +48,7 @@ class Decoder : public QObject
{
Q_OBJECT
public:
Decoder();
Decoder(Stream* fs);
@@ -142,8 +143,6 @@ public:
*/
//virtual void Analyze();// = 0;
protected:
bool open_;