add proxy scaler option, add sams icons
[goodguy/history.git] / cinelerra-5.1 / cinelerra / file.h
index 5e695bcb4b1bfbbe7d460e351ae9dc40f178d435..4d80870ac3db729d1f7f9f5e19d243e2f1e4a319 100644 (file)
@@ -246,7 +246,9 @@ public:
 // The minimum setting for cache_size should be bigger than 1MB.
        int64_t get_memory_usage();
 
+       static int renders_video(int format);
        static int renders_video(Asset *asset);
+       static int renders_audio(int format);
        static int renders_audio(Asset *asset);
 // Get the extension for the filename
        static const char* get_tag(int format);