code style, merge Debug lines and consult zm_terminate in the main while loop

This commit is contained in:
Isaac Connor 2020-05-07 13:41:39 -04:00
parent 87d0eb88b7
commit 6939f9953a
1 changed files with 1 additions and 1 deletions

View File

@ -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 );