remove old quicktime, replaced with current ffmpeg
[goodguy/history.git] / cinelerra-5.0 / cinelerra / filempeg.C
index 033f38c1f0469d5492044b7f92100c0343b94a52..584dc1891041f9ab029acb91086ecf049afe72e8 100644 (file)
@@ -1681,17 +1681,6 @@ int FileMPEG::read_samples(double *buffer, int64_t len)
        return 0;
 }
 
-const char* FileMPEG::strtocompression(char *string)
-{
-       return "";
-}
-
-const char* FileMPEG::compressiontostr(char *string)
-{
-       return "";
-}
-
-