move aspect ratio fixex, better get_info, fixes for ffmpeg asset detection
[goodguy/history.git] / cinelerra-5.0 / cinelerra / fileffmpeg.h
index 8e42862a57b917c29070d06773a7c60e6224c2cf..bde3d5d5f5f34541e8d6a0db80a0b329ee82dabd 100644 (file)
@@ -47,7 +47,7 @@ public:
        int get_video_info(int track, int &pid, double &framerate,
                int &width, int &height, char *title=0);
        int get_audio_for_video(int vstream, int astream, int64_t &channel_mask);
-       static void get_info(char *path,char *text);
+       static void get_info(char *path,char *text,int len);
        int open_file(int rd,int wr);
        int close_file(void);
        int set_video_position(int64_t pos);