Index: media/mp4/mp4_stream_parser.h |
diff --git a/media/mp4/mp4_stream_parser.h b/media/mp4/mp4_stream_parser.h |
index 7d9be27eaed84949c0d8b913df367a8877bbc466..a474f4f4763f2c427f839db1309a432a15626421 100644 |
--- a/media/mp4/mp4_stream_parser.h |
+++ b/media/mp4/mp4_stream_parser.h |
@@ -11,6 +11,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "media/base/media_export.h" |
#include "media/base/stream_parser.h" |
+#include "media/mp4/aac.h" |
#include "media/mp4/offset_byte_queue.h" |
#include "media/mp4/track_run_iterator.h" |
@@ -84,6 +85,7 @@ class MEDIA_EXPORT MP4StreamParser : public StreamParser { |
bool has_video_; |
uint32 audio_track_id_; |
uint32 video_track_id_; |
+ AAC aac_; |
// We keep this around to avoid having to go digging through the moov with |
// every frame. |