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

Unified Diff: media/base/sample_format.h

Issue 148553003: Clean up histogram'd media enum max values. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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
Index: media/base/sample_format.h
diff --git a/media/base/sample_format.h b/media/base/sample_format.h
index 3d2799fa1287e54b6827c3c95be5573daad0ab3c..db1a60ec52f2de252aa9aec204fbfddac404adc1 100644
--- a/media/base/sample_format.h
+++ b/media/base/sample_format.h
@@ -22,7 +22,7 @@ enum SampleFormat {
kSampleFormatPlanarF32, // Float 32-bit planar.
// Must always be last!
- kSampleFormatMax
+ kSampleFormatHistogramMax
};
// Returns the number of bytes used per channel for the specified

Powered by Google App Engine
This is Rietveld 408576698