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:
b02fdb8
)
Credit Andrew fix of Viewer clip/Open EDL crash
author
Good Guy
<good1.2guy@gmail.com>
Wed, 15 Feb 2023 18:19:04 +0000
(11:19 -0700)
committer
Good Guy
<good1.2guy@gmail.com>
Wed, 15 Feb 2023 18:19:04 +0000
(11:19 -0700)
cinelerra-5.1/cinelerra/localsession.C
patch
|
blob
|
history
diff --git
a/cinelerra-5.1/cinelerra/localsession.C
b/cinelerra-5.1/cinelerra/localsession.C
index 96e0894b8c8cfdf20e968fb12909e8b92225a598..c8428abd07e5c3f215b6ffdfd2b045afd0744a51 100644
(file)
--- a/
cinelerra-5.1/cinelerra/localsession.C
+++ b/
cinelerra-5.1/cinelerra/localsession.C
@@
-74,8
+74,8
@@
LocalSession::LocalSession(EDL *edl)
preview_start = 0; preview_end = -1;
zoom_sample = DEFAULT_ZOOM_TIME;
zoom_y = 0;
- zoom_atrack =
0
;
- zoom_vtrack =
0
;
+ zoom_atrack =
64
;
+ zoom_vtrack =
64
;
x_pane = y_pane = -1;
gang_tracks = GANG_NONE;