move aspect ratio fixex, better get_info, fixes for ffmpeg asset detection
[goodguy/history.git] / cinelerra-5.0 / cinelerra / filempeg.h
index 87c5330d36438d8cb58ba174d9de5c672e652a1a..cde4458cc0e4b93824bb238cbe3584cb4b23388e 100644 (file)
@@ -69,7 +69,7 @@ public:
        static int check_sig(Asset *asset);
 
 // Get extra info for info dialog.
-       static void get_info(char *title_path, char *path, char *text);
+       static void get_info(char *title_path, char *path, char *text, int len);
        int open_file(int rd, int wr);
        int close_file();
        int create_index();
@@ -109,9 +109,6 @@ public:
         static const char *zmpeg3_cmdl_name(int cmdl);
 // This file can copy frames directly from the asset
        int can_copy_from(Asset *asset, int64_t position); 
-       static const char *strtocompression(char *string);
-       static const char *compressiontostr(char *string);
-
 
 private:
        void to_streamchannel(int channel, int &stream_out, int &channel_out);