mirror of https://bitbucket.org/ausocean/av.git
rtmp: remove redundant size adjustment
This commit is contained in:
parent
078ba12093
commit
7bfea781b4
|
@ -2194,7 +2194,7 @@ func C_RTMP_Write(r *C_RTMP, buf []byte) int {
|
|||
buf = buf[4:]
|
||||
}
|
||||
}
|
||||
return size + len(buf)
|
||||
return size
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue