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

Unified Diff: media/formats/mp2t/es_parser_test_base.h

Issue 2063443002: Return parsed sample frequency of ADTS header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SBR Created 4 years, 6 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/formats/mp2t/es_parser_test_base.h
diff --git a/media/formats/mp2t/es_parser_test_base.h b/media/formats/mp2t/es_parser_test_base.h
index 82c02d1cfb8aa1db39ff0db0eaab8bc5b3774767..233da6b03465bb0730aaa33fe25f066c93a6cc56 100644
--- a/media/formats/mp2t/es_parser_test_base.h
+++ b/media/formats/mp2t/es_parser_test_base.h
@@ -44,6 +44,7 @@ class EsParserTestBase {
protected:
void LoadStream(const char* filename);
+ std::vector<Packet> LoadPacketsFromFiles(const char* file_temp, size_t num);
// ES parser callbacks.
void NewAudioConfig(const AudioDecoderConfig& config);

Powered by Google App Engine
This is Rietveld 408576698