fix for X11/direct with jpeg background rendering
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / filelist.h
index 6c1da43802181ea56125d3d296a050ade1e3c18d..1dc848fe9284b688575e9a885bec78857f533bef 100644 (file)
@@ -58,7 +58,7 @@ public:
 
        int read_list_header();
        virtual int read_frame_header(char *path) { return 1; };
-       int can_scale_input() { return 1; }
+       int can_scale_input() { return 0; }
        int read_frame(VFrame *frame);
 
 // subclass returns whether the asset format is a list or single file