X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Ffilempeg.h;h=cde4458cc0e4b93824bb238cbe3584cb4b23388e;hb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff;hp=87c5330d36438d8cb58ba174d9de5c672e652a1a;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/filempeg.h b/cinelerra-5.0/cinelerra/filempeg.h index 87c5330d..cde4458c 100644 --- a/cinelerra-5.0/cinelerra/filempeg.h +++ b/cinelerra-5.0/cinelerra/filempeg.h @@ -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);