Credit Andrew - cleanup for Slackware, etc.
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / atrack.C
index 5ba270e69d928fd6b29e37bcbdeb2bdd1d455cc4..3215ae97b938c0afd2e2fc447cfa7930513f265e 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
@@ -51,6 +52,7 @@ ATrack::ATrack(EDL *edl, Tracks *tracks)
  : Track(edl, tracks)
 {
        data_type = TRACK_AUDIO;
+       data_h = edl->local_session->zoom_atrack;
 }
 
 ATrack::~ATrack()