cache frame indexes to disk
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user