changeset 5929:903f1b00cbc6 libavformat

Remove a redundant assignment, found by clang
author mstorsjo
date Sat, 03 Apr 2010 12:16:33 +0000
parents 9f1b267a30f5
children 08cd1179a20d
files rtsp.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rtsp.c	Fri Apr 02 22:08:57 2010 +0000
+++ b/rtsp.c	Sat Apr 03 12:16:33 2010 +0000
@@ -1897,8 +1897,6 @@
     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)) {