1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

For #1638, #307, add comments for audio codec

This commit is contained in:
winlin 2020-03-22 07:18:25 +08:00
parent 2757ec7973
commit e1fe2d1c1d
3 changed files with 3 additions and 0 deletions

View file

@ -85,6 +85,7 @@ private:
class SrsRtpOpusMuxer
{
private:
// TODO: FIXME: How to handle timestamp overflow?
uint32_t timestamp;
uint16_t sequence;
SrsAudioRecode* recoder;