[mythtv-commits] Ticket #1088: mythcommflag rebuild doesn't work for DVB/ATSC MPEGs

MythTV mythtv at cvs.mythtv.org
Sat Jan 21 16:01:18 UTC 2006


#1088: mythcommflag rebuild doesn't work for DVB/ATSC MPEGs
------------------------------+---------------------------------------------
 Reporter:  adeffs at gmail.com  |       Owner:  ijr
     Type:  defect            |      Status:  new
 Priority:  minor             |   Milestone:     
Component:  mythtv            |     Version:     
 Severity:  medium            |  
------------------------------+---------------------------------------------
 as seen in http://www.gossamer-threads.com/lists/mythtv/dev/170636

 mythcommflag rebuild does not properly rebuild the seek table resulting in
 extra short length reporting and jumping around doesn't work properly.

 daniel.chassot at gmail has a "fix" that works, but may cause other
 problems:
 looking in avformatdecoder.cpp around line 794, I found that the
 keyframe distance is initially set to 15 except for AVI file because
 the avi keyframes are too irregular. As it seems to be my problem too
 for my DVB recordings, I've commented out the line 794: if
 (!strcmp(fmt->name, "avi")).

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1088>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list