mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
修复编译警告
This commit is contained in:
parent
b42a9e8e84
commit
143580d780
@ -19,9 +19,9 @@ using namespace toolkit;
|
||||
namespace mediakit {
|
||||
|
||||
RawEncoderImp::RawEncoderImp(uint32_t ssrc, uint8_t payload_type, bool send_audio)
|
||||
: _ssrc(ssrc)
|
||||
: _send_audio(send_audio)
|
||||
, _payload_type(payload_type)
|
||||
, _send_audio(send_audio) {}
|
||||
, _ssrc(ssrc) {}
|
||||
|
||||
RawEncoderImp::~RawEncoderImp() {
|
||||
InfoL << this << " " << printSSRC(_ssrc);
|
||||
|
Loading…
Reference in New Issue
Block a user