mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #239, empty the aac encoder
This commit is contained in:
parent
c0233542bf
commit
7674524c31
5 changed files with 7 additions and 186 deletions
|
@ -59,7 +59,7 @@ int SrsFlvEncoder::initialize(SrsFileWriter* fs)
|
|||
|
||||
if (!fs->is_open()) {
|
||||
ret = ERROR_KERNEL_FLV_STREAM_CLOSED;
|
||||
srs_warn("stream is not open for decoder. ret=%d", ret);
|
||||
srs_warn("stream is not open for encoder. ret=%d", ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue