7 #ifndef PACKAGER_MEDIA_CODECS_H264_BYTE_TO_UNIT_STREAM_CONVERTER_H_
8 #define PACKAGER_MEDIA_CODECS_H264_BYTE_TO_UNIT_STREAM_CONVERTER_H_
14 #include <packager/macros/classes.h>
15 #include <packager/media/codecs/h26x_byte_to_unit_stream_converter.h>
37 std::vector<uint8_t>* decoder_config)
const override;
41 bool ProcessNalu(
const Nalu& nalu)
override;
43 std::vector<uint8_t> last_sps_;
44 std::vector<uint8_t> last_pps_;
45 std::vector<uint8_t> last_sps_ext_;
All the methods that are virtual are virtual for mocking.