[mythtv-commits] Ticket #1053: Help text in for FreqID is incorrect (patch attached)

MythTV mythtv at cvs.mythtv.org
Thu Jan 19 19:19:54 UTC 2006


#1053: Help text in for FreqID is incorrect (patch attached)
--------------------------------+-------------------------------------------
 Reporter:  gjhurlbu at gmail.com  |        Owner:  ijr   
     Type:  patch               |       Status:  closed
 Priority:  minor               |    Milestone:        
Component:  mythtv              |      Version:        
 Severity:  medium              |   Resolution:  fixed 
--------------------------------+-------------------------------------------
Comment (by danielk):

 (In [8651]) Fixes #1053.

 In this case an MPEG-4 recording is using a frame height which is not
 a multiple of 16. ffmpeg isn't doing any validation on the dimensions
 so it ends up writing outside the buffer. This just pads allocated
 buffers up to multiples of 16, so that this type of error doesn't cause
 a segfault with any of the codecs we support. MythTV does prevent you
 from setting an invalid dimension when you record to a MPEG-4 NUV, so
 AFAIK this is more of a legacy issue.

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


More information about the mythtv-commits mailing list