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"
16 #include "packager/media/filters/decoder_configuration.h"
31 bool ParseInternal()
override;
34 uint8_t general_profile_space_;
35 bool general_tier_flag_;
36 uint8_t general_profile_idc_;
37 uint32_t general_profile_compatibility_flags_;
38 std::vector<uint8_t> general_constraint_indicator_flags_;
39 uint8_t general_level_idc_;
47 #endif // MEDIA_FILTERS_HEVC_DECODER_CONFIGURATION_H_