projects
/
goodguy
/
cinelerra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54b918a
)
fix for X11/direct with jpeg background rendering
author
Good Guy
<good1.2guy@gmail.com>
Fri, 19 Feb 2021 20:49:25 +0000
(13:49 -0700)
committer
Good Guy
<good1.2guy@gmail.com>
Fri, 19 Feb 2021 20:49:25 +0000
(13:49 -0700)
cinelerra-5.1/cinelerra/filelist.h
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/cinelerra/filelist.h
b/cinelerra-5.1/cinelerra/filelist.h
index 6c1da43802181ea56125d3d296a050ade1e3c18d..1dc848fe9284b688575e9a885bec78857f533bef 100644
(file)
--- 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