| Index: media/mp4/mp4_stream_parser.h
|
| diff --git a/media/mp4/mp4_stream_parser.h b/media/mp4/mp4_stream_parser.h
|
| index 5d0d0f93e217efae40e8fe29ab8785ce101aa6a2..3ce386acbf437adf92df418c8e16c4df7ccc4f5e 100644
|
| --- a/media/mp4/mp4_stream_parser.h
|
| +++ b/media/mp4/mp4_stream_parser.h
|
| @@ -45,6 +45,8 @@ class MEDIA_EXPORT MP4StreamParser : public StreamParser {
|
| bool ParseMoov(mp4::BoxReader* reader);
|
| bool ParseMoof(mp4::BoxReader* reader);
|
|
|
| + bool EmitKeyNeeded(const TrackEncryption& track_encryption);
|
| +
|
| bool ReadMDATsUntil(const int64 tgt_tail);
|
|
|
| void ChangeState(State new_state);
|
|
|