Credit Andrew - updating patches for FFmpeg 7.0 as needed since 6.1, now at 7.0,...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / localsession.C
index 8293824c9ee97daa714c95a517ca60d1eb9a4084..c8428abd07e5c3f215b6ffdfd2b045afd0744a51 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2003-2016 Cinelerra CV contributors
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -73,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;