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

Unified Diff: media/base/video_rotation.h

Issue 394373002: Add VideoRotation UMA Logging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/video_rotation.h
diff --git a/media/base/video_rotation.h b/media/base/video_rotation.h
index be28f5449128b1c868484a3f328ef2ec4dff6eb0..aab3e96b786379398c3e541ba27145f3fe731cee 100644
--- a/media/base/video_rotation.h
+++ b/media/base/video_rotation.h
@@ -13,7 +13,8 @@ enum VideoRotation {
VIDEO_ROTATION_0 = 0,
VIDEO_ROTATION_90,
VIDEO_ROTATION_180,
- VIDEO_ROTATION_270
+ VIDEO_ROTATION_270,
+ VIDEO_ROTATION_MAX = VIDEO_ROTATION_270 // MAX VALUE
scherkus (not reviewing) 2014/07/17 01:27:05 nit: do you need the // MAX VALUE stuff?
};
} // namespace media
« 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