Ticket #2911: fix_24_dvd.diff

File fix_24_dvd.diff, 413 bytes (added by skamithi, 17 years ago)

disable precise seeking when in the dvd menu.

  • DVDRingBuffer.cpp

     
    107107        VERBOSE(VB_PLAYBACK, LOC_ERR +
    108108                QString("Seek() to time %1 failed").arg(time));
    109109    }
    110     else
     110    else if (!IsInMenu())
    111111    {
    112112        gotStop = false;
    113113        if (time > 0 && ffrewSkip == 1)