From: Good Guy Date: Fri, 19 Feb 2021 20:49:25 +0000 (-0700) Subject: fix for X11/direct with jpeg background rendering X-Git-Tag: 2021-03~4 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=commitdiff_plain;h=2b629b290282c959d556dd8e37e25ba055691c8c;ds=inline fix for X11/direct with jpeg background rendering --- 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