Index: media/base/stream_parser.h |
diff --git a/media/base/stream_parser.h b/media/base/stream_parser.h |
index a206a7bea6f168d6a250b7478ded350d955c6e23..9f98eaf8d2f3e267540280f4cea040fa17efd9a6 100644 |
--- a/media/base/stream_parser.h |
+++ b/media/base/stream_parser.h |
@@ -60,6 +60,9 @@ class MEDIA_EXPORT StreamParser { |
// Indicates that timestampOffset should be updated based on the earliest |
// end timestamp (audio or video) provided during each NewBuffersCB. |
bool auto_update_timestamp_offset; |
+ |
+ // Indicates live stream. |
+ bool live_mode; |
}; |
// Indicates completion of parser initialization. |