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

Unified Diff: media/base/decoder_buffer.h

Issue 1018373003: Improving WebM video duration estimation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding tests and fixing bug Created 5 years, 8 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/base/decoder_buffer.cc » ('j') | media/base/stream_parser_buffer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/decoder_buffer.h
diff --git a/media/base/decoder_buffer.h b/media/base/decoder_buffer.h
index 665313ddcc1a698a23452c706355c80ed99f98d3..d340b392072f4a84e8e5b631f190c9d54e845b85 100644
--- a/media/base/decoder_buffer.h
+++ b/media/base/decoder_buffer.h
@@ -186,6 +186,7 @@ class MEDIA_EXPORT DecoderBuffer
private:
base::TimeDelta timestamp_;
base::TimeDelta duration_;
+ bool is_duration_estimated_;
wolenetz 2015/04/15 02:55:23 Please remove this (the member is now in StreamPar
chcunningham 2015/04/16 18:04:16 Done.
int size_;
scoped_ptr<uint8, base::AlignedFreeDeleter> data_;
« no previous file with comments | « no previous file | media/base/decoder_buffer.cc » ('j') | media/base/stream_parser_buffer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698