Ticket #1209: speed_index.2.patch

File speed_index.2.patch, 317 bytes (added by anonymous, 18 years ago)
  • mythtv/libs/libmythtv/tv_play.cpp

    old new  
    30953095    int old_speed = speed_index;
    30963096
    30973097    if (paused)
    3098         speed_index = -4;
     3098        speed_index = -6;
    30993099
    31003100    speed_index += direction;
    31013101