X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fvframe.C;h=e6f0d9d5b9d5d56141c5a4e73399cb5cb137cf3a;hb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;hp=7aeb079a22a7fff3c7e6a822f171d5090d44e3f3;hpb=5a1b2bb96f2bd6b7ef4f8031763683726c02219d;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/guicast/vframe.C b/cinelerra-5.1/guicast/vframe.C index 7aeb079a..e6f0d9d5 100644 --- a/cinelerra-5.1/guicast/vframe.C +++ b/cinelerra-5.1/guicast/vframe.C @@ -1082,7 +1082,7 @@ int VFrame::transfer_from(VFrame *that, int bg_color, int in_x, int in_y, int in inp = in_ptrs; } else - inp = that->get_rows(); + inp = that->get_rows(); if( BC_CModels::is_planar(this->get_color_model()) ) { out_ptrs[0] = this->get_y(); out_ptrs[1] = this->get_u(); @@ -1091,7 +1091,7 @@ int VFrame::transfer_from(VFrame *that, int bg_color, int in_x, int in_y, int in outp = out_ptrs; } else - outp = this->get_rows(); + outp = this->get_rows(); BC_CModels::transfer(outp, this->get_color_model(), 0, 0, this->get_w(), this->get_h(), this->get_bytes_per_line(),