ffmpegdecoder: handle media that starts at a non-zero pts

This commit is contained in:
itsmattkc
2020-02-21 00:09:45 +11:00
parent 162c91ec52
commit 2299fda73a
2 changed files with 22 additions and 5 deletions
+1
View File
@@ -116,6 +116,7 @@ private:
SwsContext* scale_ctx_;
QList<AVFrame*> cached_frames_;
bool cache_at_zero_;
bool cache_at_eof_;
int64_t second_ts_;