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

Unified Diff: media/base/limits.h

Issue 3031036: Play WebM live stream (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 months 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 | « no previous file | media/filters/ffmpeg_demuxer.cc » ('j') | media/filters/ffmpeg_demuxer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/limits.h
diff --git a/media/base/limits.h b/media/base/limits.h
index 583d6dd5a2c6baea97bf4e06e9a7a3e5bfe93c53..8694efa049e09f864e73803f47d44df0f77c99bb 100644
--- a/media/base/limits.h
+++ b/media/base/limits.h
@@ -20,9 +20,11 @@ struct Limits {
static const size_t kMaxSampleRate = 192000;
static const size_t kMaxChannels = 32;
static const size_t kMaxBPS = 64;
+
+ // Maximum possible time.
+ static const int64 kMaxTimeInMicroseconds = kint64max;
};
} // namespace media
#endif // MEDIA_BASE_LIMITS_H_
-
« no previous file with comments | « no previous file | media/filters/ffmpeg_demuxer.cc » ('j') | media/filters/ffmpeg_demuxer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698