7 #ifndef MEDIA_FILTERS_HEVC_DECODER_CONFIGURATION_H_
8 #define MEDIA_FILTERS_HEVC_DECODER_CONFIGURATION_H_
14 #include "packager/base/macros.h"
15 #include "packager/media/base/video_stream_info.h"
17 namespace edash_packager {
28 bool Parse(
const std::vector<uint8_t>& data);
38 uint8_t general_profile_space_;
39 bool general_tier_flag_;
40 uint8_t general_profile_idc_;
41 uint32_t general_profile_compatibility_flags_;
42 std::vector<uint8_t> general_constraint_indicator_flags_;
43 uint8_t general_level_idc_;
52 #endif // MEDIA_FILTERS_HEVC_DECODER_CONFIGURATION_H_