export: fixed bug where null frames never got signalled and hung exporting

This commit is contained in:
itsmattkc
2020-04-23 03:02:04 +10:00
parent 8f9c056419
commit 61e3641bcc
6 changed files with 33 additions and 14 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ public slots:
protected:
virtual bool OpenInternal() override;
virtual void WriteInternal(FramePtr frame) override;
virtual void WriteInternal(FramePtr frame, rational time) override;
virtual void CloseInternal() override;
private: