don't use shared ptrs on streams

This commit is contained in:
itsmattkc
2020-12-16 13:46:19 +11:00
parent e12013e2fb
commit 6cb6407bd8
47 changed files with 192 additions and 212 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ Decoder::Decoder() :
{
}
bool Decoder::Open(StreamPtr fs)
bool Decoder::Open(Stream *fs)
{
QMutexLocker locker(&mutex_);