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

Unified Diff: media/formats/mpeg/mpeg1_audio_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
Index: media/formats/mpeg/mpeg1_audio_stream_parser.h
diff --git a/media/formats/mpeg/mpeg1_audio_stream_parser.h b/media/formats/mpeg/mpeg1_audio_stream_parser.h
index 9dd7afd7eb15fc1ebe1eeeb9b6a6a3fc16e45280..fc0ce35dac9fe80827cae66c93be7b3db6e66dfb 100644
--- a/media/formats/mpeg/mpeg1_audio_stream_parser.h
+++ b/media/formats/mpeg/mpeg1_audio_stream_parser.h
@@ -79,7 +79,8 @@ class MEDIA_EXPORT MPEG1AudioStreamParser : 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(MPEG1AudioStreamParser);
};

Powered by Google App Engine
This is Rietveld 408576698