Revision f87b1b37 libavformat/mmst.c
libavformat/mmst.c | ||
---|---|---|
523 | 523 |
|
524 | 524 |
// establish tcp connection. |
525 | 525 |
ff_url_join(tcpname, sizeof(tcpname), "tcp", NULL, mmst->host, port, NULL); |
526 |
err = ffurl_open(&mms->mms_hd, tcpname, URL_RDWR);
|
|
526 |
err = ffurl_open(&mms->mms_hd, tcpname, AVIO_RDWR);
|
|
527 | 527 |
if (err) |
528 | 528 |
goto fail; |
529 | 529 |
|
Also available in: Unified diff