Skip to content

Commit

Permalink
Clear the duration markup as well with "mythutil --clearseektable"
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinkham committed Jun 25, 2013
1 parent 6d3d972 commit 67ac741
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mythtv/programs/mythutil/markuputils.cpp
Expand Up @@ -180,6 +180,7 @@ static int ClearSeekTable(const MythUtilCommandLineParser &cmdline)
pginfo.ClearPositionMap(MARK_GOP_BYFRAME);
pginfo.ClearPositionMap(MARK_GOP_START);
pginfo.ClearPositionMap(MARK_KEYFRAME);
pginfo.ClearPositionMap(MARK_DURATION_MS);

return GENERIC_EXIT_OK;
}
Expand Down

0 comments on commit 67ac741

Please sign in to comment.