[mythtv-commits] Ticket #9023: livetv - unable to seek

MythTV noreply at mythtv.org
Tue Feb 1 11:58:38 UTC 2011


#9023: livetv - unable to seek
-----------------------------------------------+---------------------------
 Reporter:  Markus Schulz <msc@…>              |          Owner:  tralph
     Type:  defect                             |         Status:  accepted
 Priority:  minor                              |      Milestone:  0.24.1
Component:  MythTV - Video Playback            |        Version:  Trunk
 Severity:  medium                             |  Head
 Keywords:                                     |     Resolution:
                                               |  Ticket locked:  0
-----------------------------------------------+---------------------------

Comment (by Jiri Fojtasek <jiri.fojtasek@…>):

 tralph,

 ... also ensure not return -1 when jump to next is not in order, eg:

 {{{
 @@ -3302,9 +3303,11 @@ long long MythPlayer::CalcMaxFFTime(long
              long long behind = totalFrames - framesPlayed;
              if (behind < maxtime || behind - ff <= maxtime * 2)
              {
 -                ret = -1;
                  if (setjump)
 +                {
                      player_ctx->tvchain->JumpToNext(true, 1);
 +                    ret = -1;
 +                }
              }
          }
      }
 }}}

 Jiri

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9023#comment:7>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list