Project import generated by Copybara.

GitOrigin-RevId: 43cd697ec87dcc5cab5051f27960bb77a057399d
This commit is contained in:
MediaPipe Team
2020-03-20 15:28:51 -07:00
committed by jqtang
parent 3b6d3c4058
commit 1722d4b8a2
71 changed files with 6114 additions and 626 deletions
-1
View File
@@ -122,7 +122,6 @@ std::string TimestampDiff::DebugString() const {
}
Timestamp Timestamp::NextAllowedInStream() const {
CHECK(IsAllowedInStream()) << "Timestamp is: " << DebugString();
if (*this >= Max() || *this == PreStream()) {
// Indicates that no further timestamps may occur.
return OneOverPostStream();