X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fscopewindow.C;h=4713b95d8f8ad0b663bb7466afd7e4d37127e046;hb=5c1aff2fd123b65be6e51ca7652185e14ddaf168;hp=56dd5171319b96c809f6eacf76fcca9835b356a9;hpb=9d832a1fff11b11aaa1108c460690ed05e2bdc05;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/scopewindow.C b/cinelerra-5.1/cinelerra/scopewindow.C index 56dd5171..4713b95d 100644 --- a/cinelerra-5.1/cinelerra/scopewindow.C +++ b/cinelerra-5.1/cinelerra/scopewindow.C @@ -193,7 +193,7 @@ void ScopeUnit::draw_point(unsigned char **rows, u_in, \ v_in) \ { \ - yuv.yuv_to_rgb_f(r, g, b, (float)y_in / 255, (float)(u_in - 0x80) / 255, (float)(v_in - 0x80) / 255); \ + YUV::yuv.yuv_to_rgb_f(r, g, b, (float)y_in / 255, (float)(u_in - 0x80) / 255, (float)(v_in - 0x80) / 255); \ HSV::rgb_to_hsv(r, \ g, \ b, \ @@ -209,8 +209,6 @@ void ScopeUnit::process_package(LoadPackage *package) { ScopePackage *pkg = (ScopePackage*)package; - - YUV yuv; float r, g, b; float h, s, v; int x, y;