add LastFrame plugin, add bld_scripts
[goodguy/history.git] / cinelerra-5.0 / guicast / vframe.h
index b0a221c78654f3d3493efc3e3b55219522dbc017..3cf9645b1e6f913b42853d2f8c7e57875f45a160 100644 (file)
@@ -335,6 +335,10 @@ public:
 // Relevant configuration parameters must be passed on.
        BC_Hash* get_params();
 
+// get/set read status  -1/err, 0/noxfer, 1/ok
+       int get_status() { return status; }
+       void set_status(int v) { status = v; }
+
 // Compare stacks and params from 2 images and return 1 if equal.
        int equal_stacks(VFrame *src);
 
@@ -438,7 +442,8 @@ private:
 // For writing discontinuous frames in background rendering
        long sequence_number;
        double timestamp;
-
+// read status of input frame -1/err, 0/noxfr, 1/ok
+       int status;
 // OpenGL support
        int is_keyframe;
 // State of the current texture