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
+7
View File
@@ -9,6 +9,13 @@ FFmpegVideoDecoder::FFmpegVideoDecoder()
FramePtr FFmpegVideoDecoder::Retrieve(const rational &timecode, const rational &length)
{
if (!open_ && !Open()) {
qWarning() << "Failed to open FFmpeg stream";
return nullptr;
}
// TODO index frames
int receive_ret;