finished prototype for float pix fmt converter

This commit is contained in:
itsmattkc
2019-05-30 21:50:18 +10:00
parent c8fe9c9fc7
commit 707ad3c264
28 changed files with 671 additions and 300 deletions
+4
View File
@@ -27,6 +27,10 @@ bool FFmpegDecoder::Open()
int error_code;
qDebug() << "shid";
qDebug() << stream()->footage;
qDebug() << stream()->footage->url;
QByteArray ba = stream()->footage->url.toUtf8();
const char* filename = ba.constData();