| Index: media/formats/mp4/hevc.h
|
| diff --git a/media/formats/mp4/hevc.h b/media/formats/mp4/hevc.h
|
| index 84275e2b1ce9d0681e58919056db113f29051a4f..c653e81a4af3eec5f9739a0c88f4e18243676931 100644
|
| --- a/media/formats/mp4/hevc.h
|
| +++ b/media/formats/mp4/hevc.h
|
| @@ -12,6 +12,7 @@
|
| #include <vector>
|
|
|
| #include "media/base/media_export.h"
|
| +#include "media/base/video_codecs.h"
|
| #include "media/formats/mp4/bitstream_converter.h"
|
| #include "media/formats/mp4/box_definitions.h"
|
|
|
| @@ -60,6 +61,8 @@ struct MEDIA_EXPORT HEVCDecoderConfigurationRecord : Box {
|
| };
|
| std::vector<HVCCNALArray> arrays;
|
|
|
| + VideoCodecProfile GetVideoProfile() const;
|
| +
|
| private:
|
| bool ParseInternal(BufferReader* reader,
|
| const scoped_refptr<MediaLog>& media_log);
|
|
|