This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
rtmp: Return a proper error code in handle_invoke_error
Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n1.1
Martin Storsjö
13 years ago
parent
506409776c
commit
c76daa89ab
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/rtmpproto.c
+ 1
- 1
libavformat/rtmpproto.c
View File
@@ -1533,7 +1533,7 @@ static int handle_invoke_error(URLContext *s, RTMPPacket *pkt)
level = AV_LOG_WARNING;
ret = 0;
} else
ret =
-1
;
ret =
AVERROR_UNKNOWN
;
av_log(s, level, "Server error: %s\n", tmpstr);
}
Write
Preview
Loading…
Cancel
Save