X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Ffile.h;h=4d80870ac3db729d1f7f9f5e19d243e2f1e4a319;hb=ea0dfe3cd57bb60ef824cd0d3512fcd251020c76;hp=5e695bcb4b1bfbbe7d460e351ae9dc40f178d435;hpb=689228697484138300ce427a680d69f2e44595c3;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/file.h b/cinelerra-5.1/cinelerra/file.h index 5e695bcb..4d80870a 100644 --- a/cinelerra-5.1/cinelerra/file.h +++ b/cinelerra-5.1/cinelerra/file.h @@ -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);