Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(658)

Unified Diff: media/base/buffers.cc

Issue 8786013: Replace media::Limits struct with media::limits namespace and update documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix logic Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/buffers.h ('k') | media/base/limits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/buffers.cc
diff --git a/media/base/buffers.cc b/media/base/buffers.cc
index ab66b9adbd2156be59e3b83cc137ae1cf7d9e22a..582e4ca41f2b50be70ad89d9b78a35970842a1b9 100644
--- a/media/base/buffers.cc
+++ b/media/base/buffers.cc
@@ -9,6 +9,9 @@ namespace media {
const base::TimeDelta kNoTimestamp =
base::TimeDelta::FromMicroseconds(kint64min);
+const base::TimeDelta kInfiniteDuration =
+ base::TimeDelta::FromMicroseconds(kint64max);
+
StreamSample::StreamSample() {}
StreamSample::~StreamSample() {}
« no previous file with comments | « media/base/buffers.h ('k') | media/base/limits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698