mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 20:14:02 +08: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:
@ -1897,8 +1897,6 @@ static int rtsp_read_pause(AVFormatContext *s)
|
||||
RTSPState *rt = s->priv_data;
|
||||
RTSPMessageHeader reply1, *reply = &reply1;
|
||||
|
||||
rt = s->priv_data;
|
||||
|
||||
if (rt->state != RTSP_STATE_STREAMING)
|
||||
return 0;
|
||||
else if (!(rt->server_type == RTSP_SERVER_REAL && rt->need_subscription)) {
|
||||
|
Reference in New Issue
Block a user