1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00
This commit is contained in:
winlin 2017-01-10 18:14:06 +08:00
parent a1ae48f4ac
commit df983cc9ec

View file

@ -2939,7 +2939,7 @@ int SrsTsCache::do_cache_aac(SrsAvcAacCodec* codec, SrsCodecSample* sample)
return ret;
}
void srs_avc_insert_aud(SrsSimpleBuffer* payload, bool& aud_inserted)
void srs_avc_insert_aud(SrsSimpleStream* payload, bool& aud_inserted)
{
// mux the samples in annexb format,
// H.264-AVC-ISO_IEC_14496-10-2012.pdf, page 324.