Skip to content

Commit

Permalink
Fix initial bookmark seeking in conjunction with cut lists.
Browse files Browse the repository at this point in the history
Patch from Jim Stichnoth
  • Loading branch information
Mark Kendall committed Feb 3, 2011
1 parent c20a472 commit 10cd1dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/mythplayer.cpp
Expand Up @@ -1000,6 +1000,7 @@ int MythPlayer::OpenFile(uint retries, bool allow_libmpeg2)

// Determine the initial bookmark and update it for the cutlist
bookmarkseek = GetBookmark();
deleteMap.TrackerReset(bookmarkseek, totalFrames);
deleteMap.TrackerWantsToJump(bookmarkseek, totalFrames, bookmarkseek);

if (player_ctx->playingInfo->QueryAutoExpire() == kLiveTVAutoExpire)
Expand Down

0 comments on commit 10cd1dd

Please sign in to comment.