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
(cherry picked from commit 10cd1dd)
  • Loading branch information
Mark Kendall committed Feb 3, 2011
1 parent 0100e77 commit 7e34a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/libs/libmythtv/mythplayer.cpp
Expand Up @@ -990,6 +990,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 7e34a2b

Please sign in to comment.