X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ftracks.C;h=c8a6abd4df022c43c730f092492a71f232926974;hp=7fdf492124b4a03808bbc7931d65b07a874b837c;hb=fbdd13b462256ed4f3b35dc114385fe0b0de0dcd;hpb=bcacb156eab87e9e9f7b338eb8e0e699a8fd5d89 diff --git a/cinelerra-5.1/cinelerra/tracks.C b/cinelerra-5.1/cinelerra/tracks.C index 7fdf4921..c8a6abd4 100644 --- a/cinelerra-5.1/cinelerra/tracks.C +++ b/cinelerra-5.1/cinelerra/tracks.C @@ -652,7 +652,7 @@ int Tracks::totalpixels() int result = 0; for(Track* current = first; current; current = NEXT) { - result += edl->local_session->zoom_track; + result += current->data_h; } return result; }