[mythtv-commits] Ticket #698: (In [7682]) Fixes #539. => Not really, the logic is wrong

MythTV mythtv at cvs.mythtv.org
Tue Nov 22 21:24:52 EST 2005


#698: (In [7682]) Fixes #539.  =>  Not really, the logic is wrong
------------------------------+---------------------------------------------
 Reporter:  gkruse at gmail.com  |       Owner:  danielk
     Type:  defect            |      Status:  new    
 Priority:  minor             |   Milestone:         
Component:  mythtv            |     Version:  head   
 Severity:  medium            |  
------------------------------+---------------------------------------------
I think this got lost in the -dev list so I am submitting it as a ticket.
 "This commit" refers to 7682.

 This commit is doing something wrong.   Before this commit, I set the
 depth to 24 which gave X a pixel format of 32 bit ARGB and the chromakey
 osd worked like a charm.  after this commit I get the following error:

 VideoOutputXv: Number of bits per pixel is 24,
 but we only support ARGB 32 bbp for ChromaKeyOSD.

 But really, we have a depth of 24 with an additional 8 bits for the alpha
 channel for a total of 32 bit ARGB.  In fact, I don't even think it is
 possible to set a depth of 32 for Nvidia cards so this is clearly checking
 the wrong thing.  Reverting back to the previous code allows Chromakey osd
 to function again.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/698>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list