Revision 0e642188 libavformat/rtsp.c
libavformat/rtsp.c | ||
---|---|---|
1897 | 1897 |
RTSPState *rt = s->priv_data; |
1898 | 1898 |
RTSPMessageHeader reply1, *reply = &reply1; |
1899 | 1899 |
|
1900 |
rt = s->priv_data; |
|
1901 |
|
|
1902 | 1900 |
if (rt->state != RTSP_STATE_STREAMING) |
1903 | 1901 |
return 0; |
1904 | 1902 |
else if (!(rt->server_type == RTSP_SERVER_REAL && rt->need_subscription)) { |
Also available in: Unified diff