use shared ptrs instead of qobject for decoder memory handling

This commit is contained in:
itsmattkc
2019-05-29 03:06:58 +10:00
parent aa0832c482
commit c8fe9c9fc7
4 changed files with 5 additions and 8 deletions
+1 -2
View File
@@ -2,8 +2,7 @@
#include <QDebug>
FFmpegVideoDecoder::FFmpegVideoDecoder(QObject *parent) :
FFmpegDecoder(parent)
FFmpegVideoDecoder::FFmpegVideoDecoder()
{
}