Ticket #2510: ticket_2510.diff

File ticket_2510.diff, 687 bytes (added by skamithi, 18 years ago)
  • libs/libmythtv/NuppelVideoPlayer.cpp

     
    27212736    if (!videoOutput)
    27222737        return false;
    27232738
     2739    if (ringBuffer->isDVD())
     2740        GetDecoder()->UpdateDVDFramesPlayed();
     2741
    27242742    if (fftime <= 0)
    27252743        fftime = (int)(seconds * video_frame_rate);
    27262744
     
    27352753    if (!videoOutput)
    27362754        return false;
    27372755
     2756    if (ringBuffer->isDVD())
     2757       GetDecoder()->UpdateDVDFramesPlayed();
     2758
    27382759    if (rewindtime <= 0)
    27392760        rewindtime = (int)(seconds * video_frame_rate);
    27402761