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

amf0 utest: elem read/write refined

This commit is contained in:
winlin 2014-03-08 16:56:35 +08:00
parent bfe771bbba
commit 4306db099d
6 changed files with 514 additions and 137 deletions

View file

@ -80,10 +80,6 @@ void SrsStream::skip(int size)
int SrsStream::pos()
{
if (empty()) {
return 0;
}
return p - bytes;
}