Ticket #11435: InaccurateSeek.patch

File InaccurateSeek.patch, 654 bytes (added by jpoet, 11 years ago)
  • mythtv/libs/libmythtv/mythplayer.cpp

    diff --git a/mythtv/libs/libmythtv/mythplayer.cpp b/mythtv/libs/libmythtv/mythplayer.cpp
    index 735981a..dd7ca44 100644
    a b const double MythPlayer::kInaccuracyNone = 0; 
    9595// By default, when seeking, snap to a keyframe if the keyframe's
    9696// distance from the target frame is less than 10% of the total seek
    9797// distance.
    98 const double MythPlayer::kInaccuracyDefault = 0.1;
     98const double MythPlayer::kInaccuracyDefault = 1.0;
    9999
    100100// Allow greater inaccuracy (50%) in the cutlist editor (unless the
    101101// editor seek distance is set to 1 frame or 1 keyframe).