purge file_cache when starting rev read cache burst
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / ffmpeg.h
index aa01785a449020e8969931b20345c69b452533b9..9ceef1547776ce97a505050dc291a318d3d6298a 100644 (file)
@@ -368,6 +368,11 @@ public:
        static double to_secs(int64_t time, AVRational time_base);
        int info(char *text, int len);
 
+       VFrame *new_cache_frame(VFrame *vframe, int64_t position);
+       void put_cache_frame();
+       int get_use_cache();
+       void purge_cache();
+
        int init_decoder(const char *filename);
        int open_decoder();
        int init_encoder(const char *filename);