use shared ptrs instead of qobject for decoder memory handling
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
FFmpegVideoDecoder::FFmpegVideoDecoder(QObject *parent) :
|
||||
FFmpegDecoder(parent)
|
||||
FFmpegVideoDecoder::FFmpegVideoDecoder()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user