add 2pass ffmpeg cin_stats_file, renderfarm watchdog pref, fix brender hang, sort...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / ffmpeg.h
index 9a9f855249a1caf83434e00b998de1b8153e5c01..1119479288427506d4928ae5ea1c6d80a29ff144 100644 (file)
@@ -99,6 +99,11 @@ public:
        int load_filter(AVFrame *frame);
        int read_filter(AVFrame *frame);
        int read_frame(AVFrame *frame);
+       int open_stats_file();
+       int close_stats_file();
+       int read_stats_file();
+       int write_stats_file();
+       int init_stats_file();
 
        FFMPEG *ffmpeg;
        AVStream *st;
@@ -124,6 +129,11 @@ public:
        int reading, writing;
        int seeked, eof;
 
+       FILE *stats_fp;
+       char *stats_filename;
+       char *stats_in;
+       int pass;
+
        int st_eof() { return eof; }
        void st_eof(int v) { eof = v; }
 };