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

Unified Diff: media/webm/chromeos/webm_encoder.h

Issue 10823006: Add proper duration to WebmEncoder-created files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/webm/chromeos/webm_encoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/webm/chromeos/webm_encoder.h
diff --git a/media/webm/chromeos/webm_encoder.h b/media/webm/chromeos/webm_encoder.h
index 9bae5b98a8aef4178ccc3490f2683a960f97451c..231a0b0d7fe4e5de979b6c265f3758b795827207 100644
--- a/media/webm/chromeos/webm_encoder.h
+++ b/media/webm/chromeos/webm_encoder.h
@@ -70,6 +70,9 @@ class MEDIA_EXPORT WebmEncoder {
size_t height_;
vpx_rational_t fps_;
+ // Number of frames in video.
+ size_t frame_count_;
+
// VPX config in use.
vpx_codec_enc_cfg_t config_;
« no previous file with comments | « no previous file | media/webm/chromeos/webm_encoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698