X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Ffileffmpeg.h;h=bde3d5d5f5f34541e8d6a0db80a0b329ee82dabd;hb=5aad2133f228b736f033d6c48e1629078b858286;hp=8e42862a57b917c29070d06773a7c60e6224c2cf;hpb=3564c71f425f390745eb7c75d5121689d53e14c2;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/fileffmpeg.h b/cinelerra-5.0/cinelerra/fileffmpeg.h index 8e42862a..bde3d5d5 100644 --- a/cinelerra-5.0/cinelerra/fileffmpeg.h +++ b/cinelerra-5.0/cinelerra/fileffmpeg.h @@ -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);