update po files, plus a few fixes and improvements
[goodguy/history.git] / cinelerra-5.1 / cinelerra / fileffmpeg.h
index 73a37489d8049b7d755c9bfcab96cbd48bbcb1ab..907a65637e1094039024646b616d93d712afcded 100644 (file)
@@ -59,7 +59,7 @@ public:
        int read_frame(VFrame *frame);
        int64_t get_memory_usage(void);
        int colormodel_supported(int colormodel);
-       int get_best_colormodel(Asset *asset,int driver);
+       static int get_best_colormodel(Asset *asset, int driver);
        int select_video_stream(Asset *asset, int vstream);
        int select_audio_stream(Asset *asset, int astream);
 };