Revision 7eaa646f libavformat/rtsp.c
libavformat/rtsp.c | ||
---|---|---|
1590 | 1590 |
if (memcmp (cache, rt->real_setup_cache, |
1591 | 1591 |
sizeof(enum AVDiscard) * s->nb_streams)) { |
1592 | 1592 |
snprintf(cmd, sizeof(cmd), |
1593 |
"SET_PARAMETER %s RTSP/1.0\r\n"
|
|
1594 |
"Unsubscribe: %s\r\n",
|
|
1595 |
s->filename, rt->last_subscription);
|
|
1593 |
"SET_PARAMETER %s RTSP/1.0\r\n" |
|
1594 |
"Unsubscribe: %s\r\n", |
|
1595 |
s->filename, rt->last_subscription); |
|
1596 | 1596 |
rtsp_send_cmd(s, cmd, reply, NULL); |
1597 | 1597 |
if (reply->status_code != RTSP_STATUS_OK) |
1598 | 1598 |
return AVERROR_INVALIDDATA; |
Also available in: Unified diff