1
0
Fork 0
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:
winlin 2015-01-18 22:56:01 +08:00
parent c0233542bf
commit 7674524c31
5 changed files with 7 additions and 186 deletions

View file

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