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

fix #264, remove the test code. 1.0.11

This commit is contained in:
winlin 2014-12-20 11:56:16 +08:00
parent 1dfac0bf1d
commit 7737042795

View file

@ -1435,7 +1435,6 @@ int SrsHls::on_audio(SrsSharedPtrMessage* audio)
if (!hls_enabled) {
return ret;
}
return 1;
sample->clear();
if ((ret = codec->audio_aac_demux(audio->payload, audio->size, sample)) != ERROR_SUCCESS) {