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

Unified Diff: media/test/pipeline_integration_test_base.h

Issue 1838203003: [TO M50] Enable implicit signalling for HE AAC v1 & v2 in ADTS. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2661
Patch Set: Created 4 years, 9 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 | « media/test/pipeline_integration_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/test/pipeline_integration_test_base.h
diff --git a/media/test/pipeline_integration_test_base.h b/media/test/pipeline_integration_test_base.h
index d920fb9cef5249be89646f2b4931e83edaaffc10..915346b9518611ab856f626492d9cac249d9bb95 100644
--- a/media/test/pipeline_integration_test_base.h
+++ b/media/test/pipeline_integration_test_base.h
@@ -76,7 +76,7 @@ class PipelineIntegrationTestBase {
// benchmarking purposes (e.g., underflow is disabled to ensure consistent
// hashes). May be combined using the bitwise or operator (and as such must
// have values that are powers of two).
- enum TestTypeFlags { kHashed = 1, kClockless = 2 };
+ enum TestTypeFlags { kNormal = 0, kHashed = 1, kClockless = 2 };
PipelineStatus Start(const std::string& filename, uint8_t test_type);
void Play();
« no previous file with comments | « media/test/pipeline_integration_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698