#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
_______________________________________________
openchrome-users mailing list
openchrome-users@openchrome.org
http://wiki.openchrome.org/mailman/listinfo/openchrome-users
Main page:
http://www.openchrome.org
Wiki:
http://wiki.openchrome.org
User Forum:
http://wiki.openchrome.org/tikiwiki/tiki-view_forum.php?forumId=1


Reply via email to