[Openchrome-users] [openChrome] #284: XV_COLORKEY handling issue

OpenChrome Trac trac
Wed Apr 8 02:59:59 PDT 2009


#284: XV_COLORKEY handling issue
---------------------+------------------------------------------------------
 Reporter:  kjhelm1  |        Owner:  somebody
     Type:  defect   |       Status:  new     
 Priority:  minor    |    Component:  xv      
  Version:           |   Resolution:          
 Keywords:           |     Blocking:          
Blockedby:           |  
---------------------+------------------------------------------------------

Comment(by gang65):

 The set of the XV_COLORKEY for Openchrome is in the file "via_video.c".
 Its always set to 16777215 ((1 << 24) - 1).
 And its look like:
 {{{
 #define NUM_ATTRIBUTES_G 6

   static XF86AttributeRec AttributesG[NUM_ATTRIBUTES_G] = {
     {XvSettable | XvGettable, 0, (1 << 24) - 1, "XV_COLORKEY"},
     {XvSettable | XvGettable, 0, 10000, "XV_BRIGHTNESS"},
     ...
   };
 }}}

-- 
Ticket URL: <http://www.openchrome.org/trac/ticket/284#comment:2>
openChrome <http://www.openchrome.org/>
The openChrome project



More information about the Openchrome-users mailing list