remove old quicktime, replaced with current ffmpeg
[goodguy/history.git] / cinelerra-5.0 / cinelerra / file.h
index 692706a0cc78583f8b9df39aa78144482cfe6712..16e2327bb33fdf0f996af845f513f478c9742442 100644 (file)
@@ -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.