mirror of https://bitbucket.org/ausocean/av.git
rtmp: remove C_AVal from RTMP type
This commit is contained in:
parent
fed9d366c6
commit
97127030b3
|
@ -248,7 +248,7 @@ type C_RTMP struct {
|
||||||
m_polling int32
|
m_polling int32
|
||||||
m_resplen int32
|
m_resplen int32
|
||||||
m_unackd int32
|
m_unackd int32
|
||||||
m_clientID C_AVal
|
m_clientID string
|
||||||
m_read C_RTMP_READ
|
m_read C_RTMP_READ
|
||||||
m_write C_RTMPPacket
|
m_write C_RTMPPacket
|
||||||
m_sb C_RTMPSockBuf
|
m_sb C_RTMPSockBuf
|
||||||
|
|
Loading…
Reference in New Issue