rework rev vid caching, rework vid read_frame, rework framecache, tweak cached transi...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / ffmpeg.h
index 9ceef1547776ce97a505050dc291a318d3d6298a..2e1f201f328a38b2dc06dcde889df283ce8922ca 100644 (file)
@@ -368,8 +368,7 @@ 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();
+       void put_cache_frame(VFrame *frame, int64_t position);
        int get_use_cache();
        void purge_cache();