Ticket #511: mythdvd.patch

File mythdvd.patch, 388 bytes (added by skamithi@…, 18 years ago)

prevents internal mythdvd from reading a bookmark setting when starting.

  • NuppelVideoPlayer.cpp

     
    724724            deleteIter = deleteMap.begin();
    725725        }
    726726    }
    727     bookmarkseek = GetBookmark();
     727    if (!ringBuffer->isDVD())
     728        bookmarkseek = GetBookmark();
    728729
    729730    return 0;
    730731}