~ubuntu-branches/ubuntu/lucid/recordmydesktop/lucid

« back to all changes in this revision

Viewing changes to src/bgr_to_yuv.c

  • Committer: Bazaar Package Importer
  • Author(s): José L. Redrejo Rodríguez
  • Date: 2007-08-19 10:24:20 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070819102420-xc14pnyeycqq4ygi
Tags: 0.3.6-1
* New upstream release.
* debian/control: Fixes typo in short description (Closes: #433934).

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    for(i=0;i<256;i++)
43
43
        Ug[i]=74.2-(2384.0*i)/8192.0+8.0;
44
44
    for(i=0;i<256;i++)
45
 
        Ub[i]=(3598.0*i)/8192.0 ;
 
45
        UbVr[i]=(3598.0*i)/8192.0 ;
46
46
 
47
47
    for(i=0;i<256;i++)
48
 
        Vr[i]=(3598.0*i)/8192.0;
49
 
    for(i=0;i<256;i++)
50
48
        Vg[i]=93.8-(3013.0*i)/8192.0+8.0;
51
49
    for(i=0;i<256;i++)
52
50
        Vb[i]=18.2-(585.0*i)/8192.0+8.0;