mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-07 13:08:06 +00:00
Remove a redundant assignment, found by clang
Originally committed as revision 22790 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
bee694bc4c
commit
0e64218889
@ -1897,8 +1897,6 @@ static int rtsp_read_pause(AVFormatContext *s)
|
|||||||
RTSPState *rt = s->priv_data;
|
RTSPState *rt = s->priv_data;
|
||||||
RTSPMessageHeader reply1, *reply = &reply1;
|
RTSPMessageHeader reply1, *reply = &reply1;
|
||||||
|
|
||||||
rt = s->priv_data;
|
|
||||||
|
|
||||||
if (rt->state != RTSP_STATE_STREAMING)
|
if (rt->state != RTSP_STATE_STREAMING)
|
||||||
return 0;
|
return 0;
|
||||||
else if (!(rt->server_type == RTSP_SERVER_REAL && rt->need_subscription)) {
|
else if (!(rt->server_type == RTSP_SERVER_REAL && rt->need_subscription)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user