| Index: media/mp4/mp4_stream_parser.h
|
| diff --git a/media/mp4/mp4_stream_parser.h b/media/mp4/mp4_stream_parser.h
|
| index 9710fd2a8d6e3f6ebdde44ac6e29698f3fa961be..4c8df36d9b8d65869620867474858d76801d7190 100644
|
| --- a/media/mp4/mp4_stream_parser.h
|
| +++ b/media/mp4/mp4_stream_parser.h
|
| @@ -64,6 +64,9 @@ class MEDIA_EXPORT MP4StreamParser : public StreamParser {
|
| bool PrepareAVCBuffer(const AVCDecoderConfigurationRecord& avc_config,
|
| std::vector<uint8>* frame_buf,
|
| std::vector<SubsampleEntry>* subsamples) const;
|
| + bool PrepareAACBuffer(const AAC& aac_config,
|
| + std::vector<uint8>* frame_buf,
|
| + std::vector<SubsampleEntry>* subsamples) const;
|
| bool EnqueueSample(BufferQueue* audio_buffers,
|
| BufferQueue* video_buffers,
|
| bool* err);
|
|
|