X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffileffmpeg.h;h=a4aea29705fc0ec1246062f15a2c091704594686;hb=b77dbd97d927405c86a2a8ca0dd927bca3c70175;hp=8c80f6638f7e88d7232ed1a75dfe4a2e219af7dc;hpb=d487c455c679829f94dee4ea8276ad3116f76de9;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/fileffmpeg.h b/cinelerra-5.1/cinelerra/fileffmpeg.h index 8c80f663..a4aea297 100644 --- a/cinelerra-5.1/cinelerra/fileffmpeg.h +++ b/cinelerra-5.1/cinelerra/fileffmpeg.h @@ -38,6 +38,7 @@ public: 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,int len); + static int get_ff_option(const char *nm, const char *options, char *value); int open_file(int rd,int wr); int get_index(IndexFile *index_file, MainProgressBar *progress_bar); int close_file(void); @@ -60,6 +61,7 @@ public: ~FFMpegConfigNum(); void create_objects(); + int update_text(const char *text); int handle_event(); int *output; BC_Window *window;