ffmpegdecoder: handle eof in retrieve

This commit is contained in:
itsmattkc
2020-02-20 16:50:03 +11:00
parent 1e2f0220a2
commit e373c40853
2 changed files with 33 additions and 15 deletions
+1
View File
@@ -116,6 +116,7 @@ private:
SwsContext* scale_ctx_;
QList<AVFrame*> cached_frames_;
bool cache_at_eof_;
int64_t second_ts_;