From 2b629b290282c959d556dd8e37e25ba055691c8c Mon Sep 17 00:00:00 2001 From: Good Guy Date: Fri, 19 Feb 2021 13:49:25 -0700 Subject: [PATCH] fix for X11/direct with jpeg background rendering --- cinelerra-5.1/cinelerra/filelist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinelerra-5.1/cinelerra/filelist.h b/cinelerra-5.1/cinelerra/filelist.h index 6c1da438..1dc848fe 100644 --- a/cinelerra-5.1/cinelerra/filelist.h +++ b/cinelerra-5.1/cinelerra/filelist.h @@ -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 -- 2.26.2