1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 20:01:56 +00:00

Fix build warning

This commit is contained in:
winlin 2021-02-26 07:05:20 +08:00
parent 0cd3e34900
commit 20374ea59f

View file

@ -1800,6 +1800,9 @@ SrsRtpFrameBuffer* SrsRtpJitterBuffer::ExtractAndSetDecode(uint32_t timestamp)
}
}
// Fix build warnings: variable continuous set but not used
(void)continuous;
// The state must be changed to decoding before cleaning up zero sized
// frames to avoid empty frames being cleaned up and then given to the
// decoder. Propagates the missing_frame bit.