projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b381a82
)
another 10l: forgot to change parent condition as well
author
Kostya Shishkov
<kostya.shishkov@gmail.com>
Sat, 30 Jan 2010 09:47:57 +0000
(09:47 +0000)
committer
Kostya Shishkov
<kostya.shishkov@gmail.com>
Sat, 30 Jan 2010 09:47:57 +0000
(09:47 +0000)
Originally committed as revision 21535 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtmpproto.c
patch
|
blob
|
history
diff --git
a/libavformat/rtmpproto.c
b/libavformat/rtmpproto.c
index 03fd90aa8e5c707a5c5982ac7b96f6b081e610ee..74442c8917c6d1569abdfd676b6099b601ca68e4 100644
(file)
--- a/
libavformat/rtmpproto.c
+++ b/
libavformat/rtmpproto.c
@@
-662,7
+662,7
@@
static int get_packet(URLContext *s, int for_header)
for (;;) {
RTMPPacket rpkt;
if ((ret = ff_rtmp_packet_read(rt->stream, &rpkt,
- rt->chunk_size, rt->prev_pkt[0]))
!
= 0) {
+ rt->chunk_size, rt->prev_pkt[0]))
<
= 0) {
if (ret == 0) {
return AVERROR(EAGAIN);
} else {