Browse Source

Remove duplicating variable

Originally committed as revision 20718 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Kostya Shishkov 16 years ago
parent
commit
2784ede40a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/rtmpproto.c

+ 0
- 1
libavformat/rtmpproto.c View 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);


Loading…
Cancel
Save