[SCM] libav/experimental: Remove duplicating variable

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:55:26 UTC 2013


The following commit has been merged in the experimental branch:
commit 2784ede40aa76e89ec46a323631040f6f23f10aa
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Thu Dec 3 17:11:48 2009 +0000

    Remove duplicating variable
    
    Originally committed as revision 20718 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c
index 8a54a8d..e8f5c2d 100644
--- a/libavformat/rtmpproto.c
+++ b/libavformat/rtmpproto.c
@@ -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);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list