cache frame indexes to disk

This commit is contained in:
itsmattkc
2019-08-07 12:14:48 +10:00
parent 1138600f37
commit 410c1ff06c
5 changed files with 139 additions and 19 deletions
+5 -1
View File
@@ -49,9 +49,13 @@ private:
void FFmpegErr(int error_code);
void Error(const QString& s);
void Index();
int GetFrame();
void Index();
QString GetIndexFilename();
bool LoadIndex();
void SaveIndex();
AVPixelFormat GetCompatiblePixelFormat(const AVPixelFormat& pix_fmt);
AVFormatContext* fmt_ctx_;