X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Ffile.h;h=16e2327bb33fdf0f996af845f513f478c9742442;hb=5aad2133f228b736f033d6c48e1629078b858286;hp=692706a0cc78583f8b9df39aa78144482cfe6712;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/file.h b/cinelerra-5.0/cinelerra/file.h index 692706a0..16e2327b 100644 --- a/cinelerra-5.0/cinelerra/file.h +++ b/cinelerra-5.0/cinelerra/file.h @@ -237,6 +237,9 @@ public: // Used by read_frame. int colormodel_supported(int colormodel); +// stubs for now + static const char *compressiontostr(const char *codec) { return codec; } + static const char *strtocompression(const char *string) { return string; } // subclass memory usage int64_t file_memory_usage(); // Used by CICache to calculate the total size of the cache.