rtmp: remove C_AVal from RTMP type

This commit is contained in:
Dan Kortschak 2018-09-06 16:52:48 +09:30
parent fed9d366c6
commit 97127030b3
1 changed files with 1 additions and 1 deletions

View File

@ -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