finished prototype for float pix fmt converter
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user