OSDN Git Service

Remove duplicating variable
authorKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 3 Dec 2009 17:11:48 +0000 (17:11 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Thu, 3 Dec 2009 17:11:48 +0000 (17:11 +0000)
Originally committed as revision 20718 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtmpproto.c

index 8a54a8d..e8f5c2d 100644 (file)
@@ -442,7 +442,6 @@ static int rtmp_parse_result(URLContext *s, RTMPContext *rt, RTMPPacket *pkt)
         } else if (!memcmp(pkt->data, "\002\000\010onStatus", 11)) {
             const uint8_t* ptr = pkt->data + 11;
             uint8_t tmpstr[256];
-            int t;
 
             for (i = 0; i < 2; i++) {
                 t = ff_amf_tag_size(ptr, data_end);