cache: better implemented changing disk cache folders
Not complete yet, but getting there.
This commit is contained in:
@@ -172,17 +172,11 @@ private:
|
||||
*/
|
||||
void FFmpegError(int error_code);
|
||||
|
||||
virtual QString GetIndexFilename() const override;
|
||||
|
||||
QString GetProxyFilename(int divider) const;
|
||||
|
||||
void ClearResources();
|
||||
|
||||
void InitScaler(int divider);
|
||||
void FreeScaler();
|
||||
|
||||
QString GetProxyFrameFilename(const int64_t& timestamp, const int ÷r) const;
|
||||
|
||||
static int GetScaledDimension(int dim, int divider);
|
||||
|
||||
static PixelFormat::Format GetNativePixelFormat(AVPixelFormat pix_fmt);
|
||||
|
||||
Reference in New Issue
Block a user