ffmpegdecoder: added helper functions for memory handling

This commit is contained in:
itsmattkc
2020-02-21 01:18:21 +11:00
parent 3cffffdcee
commit 7797bf4971
2 changed files with 24 additions and 0 deletions
+2
View File
@@ -104,6 +104,8 @@ private:
void CacheFrameToDisk(AVFrame* f);
void RemoveFirstFromFrameCache();
void RemoveLastFromFrameCache();
void ClearFrameCache();
AVFormatContext* fmt_ctx_;