a/v per track data height, boxblur power fix, add french expanders
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / tracks.C
index 7fdf492124b4a03808bbc7931d65b07a874b837c..c8a6abd4df022c43c730f092492a71f232926974 100644 (file)
@@ -652,7 +652,7 @@ int Tracks::totalpixels()
        int result = 0;
        for(Track* current = first; current; current = NEXT)
        {
        int result = 0;
        for(Track* current = first; current; current = NEXT)
        {
-               result += edl->local_session->zoom_track;
+               result += current->data_h;
        }
        return result;
 }
        }
        return result;
 }