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