Commit db0f96b9 authored by kostya's avatar kostya

Remove duplicating variable

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20718 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cf32c7e8
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment