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:
parent
bfe771bbba
commit
4306db099d
6 changed files with 514 additions and 137 deletions
|
@ -80,10 +80,6 @@ void SrsStream::skip(int size)
|
|||
|
||||
int SrsStream::pos()
|
||||
{
|
||||
if (empty()) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
return p - bytes;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue