[mythtv-commits] Ticket #12010: mythcommflag --rebuild does not re-create good seektables with h264 recordings

MythTV noreply at mythtv.org
Fri May 2 20:08:10 UTC 2014


#12010: mythcommflag --rebuild does not re-create good seektables with h264
recordings
-----------------------------------------+----------------------------
 Reporter:  J.Pilk@…                     |          Owner:  stichnot
     Type:  Bug Report - General         |         Status:  accepted
 Priority:  minor                        |      Milestone:  unknown
Component:  MythTV - Video Decoding      |        Version:  0.27-fixes
 Severity:  medium                       |     Resolution:
 Keywords:  mythcommflag --rebuild h264  |  Ticket locked:  0
-----------------------------------------+----------------------------

Comment (by blm-ubunet@…):

 AFAIU The patch from
 ​http://www.gossamer-threads.com/lists/mythtv/users/562035#562035
 has a mistake.

 {{{
 -        if (!usingIframes &&
 -            (GetEof() != kEofStateNone || (frames > 1000 && frames <
 1100)) &&
 +        if (usingIframes &&
 +            (GetEof() != kEofStateNone || (frames > 100 && frames <
 1100)) &&
              !decoder->HasPositionMap())
 }}}

 The test "frames >100" should have just been left as original code "frames
 > 1000"

 Sorry.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12010#comment:5>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list