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

Unified Diff: media/formats/mpeg/adts_stream_parser.h

Issue 2378443002: Fix MSE ADTS parsing on Android. (Closed)
Patch Set: Created 4 years, 3 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/formats/mpeg/adts_stream_parser.cc » ('j') | media/formats/mpeg/adts_stream_parser.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mpeg/adts_stream_parser.h
diff --git a/media/formats/mpeg/adts_stream_parser.h b/media/formats/mpeg/adts_stream_parser.h
index d22a3b98a922fc36cf922c6586348a67eafc7ddd..2bf40ef13f416af70245be55b2347d264d63d9cf 100644
--- a/media/formats/mpeg/adts_stream_parser.h
+++ b/media/formats/mpeg/adts_stream_parser.h
@@ -26,7 +26,8 @@ class MEDIA_EXPORT ADTSStreamParser : public MPEGAudioStreamParserBase {
int* sample_rate,
ChannelLayout* channel_layout,
int* sample_count,
- bool* metadata_frame) const override;
+ bool* metadata_frame,
+ std::vector<uint8_t>* extra_data) const override;
DISALLOW_COPY_AND_ASSIGN(ADTSStreamParser);
};
« no previous file with comments | « no previous file | media/formats/mpeg/adts_stream_parser.cc » ('j') | media/formats/mpeg/adts_stream_parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698