OSDN Git Service

rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r
authorMartin Storsjö <martin@martin.st>
Wed, 13 Jun 2012 07:51:22 +0000 (10:51 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 13 Jun 2012 08:36:47 +0000 (11:36 +0300)
commit053386864219eccbcca1886c55f902f9555428a5
tree8e9027809958897601389cde4607c43da41ed2e4
parentaf10feadc23de2c9c876d4cd86abf3d75813cef1
rtmp: Tokenize the AMF connection parameters manually instead of using strtok_r

This fixes builds on platforms without strtok_r (windows).

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtmpproto.c