[mythtv-commits] Ticket #4567: Internal Player shows a pixelated line at bottom of videos

MythTV mythtv at cvs.mythtv.org
Fri Mar 7 19:10:01 UTC 2008


#4567: Internal Player shows a pixelated line at bottom of videos
-----------------------+----------------------------------------------------
 Reporter:  anonymous  |        Owner:  danielk
     Type:  patch      |       Status:  closed 
 Priority:  minor      |    Milestone:  0.21   
Component:  mythtv     |      Version:  head   
 Severity:  low        |   Resolution:  fixed  
  Mlocked:  0          |  
-----------------------+----------------------------------------------------
Changes (by danielk):

  * status:  assigned => closed
  * resolution:  => fixed


Comment:

 (In [16424]) Fixes #4567. Moves video buffer alignment code out of
 avformatdecoder to videooutbase (closer to where the buffers are actually
 allocated.)

 When the avformatdecoder did the alignment, the videoout methods were
 forced to show the whole buffer which resulted in dandruff being displayed
 when the video dimensions were not evenly divisible by the alignment
 requirement now we only display the portion of the video buffer that
 ffmpeg tells us has valid video data.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4567#comment:12>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list