Added files and line numbers to port todos

This commit is contained in:
saxon 2018-08-14 22:59:10 +09:30
parent 9266fc79d7
commit bd4131e974
1 changed files with 12 additions and 12 deletions

View File

@ -1939,18 +1939,18 @@ func C_HandleClientBW(r *C.RTMP, packet *C.RTMPPacket) {
// int HandleInvoke(RTMP* r, const char* body, unsigned int nBodySize);
// rtmp.c +2912
// TODO port AMF_Dump
// TODO port AMFPRop_GetString
// TODO port AMFProp_GetNumber
// TODO port AMF_GetProp
// TODO port AMF_Decode
// TODO port AV_erase
// TODO port SendReleaseStream
// TODO port SendFCPublish
// TODO port RTMP_SendCreateStream
// TODO port SendPublish
// TODO port SendCheckBW
// TODO port AMF_Reset
// TODO port AMF_Dump (amf.c +1270)
// TODO port AMFPRop_GetString (amf.c +342)
// TODO port AMFProp_GetNumber (amf.c +330)
// TODO port AMF_GetProp (amf.c +1249)
// TODO port AMF_Decode (amf.c +1180)
// TODO port AV_erase (rtmp.c +2393)
// TODO port SendReleaseStream (rtmp.c +1816)
// TODO port SendFCPublish (rtmp.c +1846)
// TODO port RTMP_SendCreateStream (rtmp.c +1725)
// TODO port SendPublish (rtmp.c +1908)
// TODO port SendCheckBW (rtmp.c +2105)
// TODO port AMF_Reset (amf.c +1282)
func C_HandleInvoke(r *C.RTMP, body *byte, nBodySize uint32) int32 {
var obj C.AMFObject
var method C.AVal