[mythtv-commits] Ticket #6603: vdpau cannot decode certain HD H.264 stream

MythTV mythtv at cvs.mythtv.org
Fri Jun 12 06:26:26 UTC 2009


#6603: vdpau cannot decode certain HD H.264 stream
-------------------------------------+--------------------------------------
 Reporter:  davidtlwong at gmail.com    |        Owner:  markk   
     Type:  defect                   |       Status:  accepted
 Priority:  major                    |    Milestone:  0.22    
Component:  MythTV - Video Playback  |      Version:  head    
 Severity:  medium                   |   Resolution:          
  Mlocked:  0                        |  
-------------------------------------+--------------------------------------

Comment(by davidtlwong at gmail.com):

 It is found that MythTV set wrong parameter to VDAPU.

 In VDPAU_h264_picture_complete()

 It is currently:
   render->info.h264.mb_adaptive_frame_field_flag = h->sps.mb_aff

 Latest MPlayer SVN uses:
   render->info.h264.mb_adaptive_frame_field_flag = h->sps.mb_aff &&
 !render->info.h264.field_pic_flag;

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6603#comment:3>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list