mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #913, source cycle error
This commit is contained in:
parent
7275fd5397
commit
7cac35a289
15 changed files with 161 additions and 152 deletions
|
@ -524,9 +524,9 @@ SrsFormat::~SrsFormat()
|
|||
srs_freep(buffer);
|
||||
}
|
||||
|
||||
int SrsFormat::initialize()
|
||||
srs_error_t SrsFormat::initialize()
|
||||
{
|
||||
return ERROR_SUCCESS;
|
||||
return srs_success;
|
||||
}
|
||||
|
||||
int SrsFormat::on_audio(int64_t timestamp, char* data, int size)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue