code style, merge Debug lines and consult zm_terminate in the main while loop
This commit is contained in:
parent
87d0eb88b7
commit
6939f9953a
|
@ -94,7 +94,7 @@ private:
|
|||
ThreadData<bool> mFrameProcessed;
|
||||
|
||||
private:
|
||||
void init( uint16_t seq );
|
||||
void init(uint16_t seq);
|
||||
|
||||
public:
|
||||
RtpSource( int id, const std::string &localHost, int localPortBase, const std::string &remoteHost, int remotePortBase, uint32_t ssrc, uint16_t seq, uint32_t rtpClock, uint32_t rtpTime, _AVCODECID codecId );
|
||||
|
|
Loading…
Reference in New Issue