[FFmpeg-cvslog] Merge commit 'd6ded94036e43a04889f4ff2813a7f7dd60b82fe'
Clément Bœsch
git at videolan.org
Thu Mar 23 17:35:58 EET 2017
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Thu Mar 23 16:35:17 2017 +0100| [a106b7e8b93f9b5f1666d0d8c327314a7d593569] | committer: Clément Bœsch
Merge commit 'd6ded94036e43a04889f4ff2813a7f7dd60b82fe'
* commit 'd6ded94036e43a04889f4ff2813a7f7dd60b82fe':
rtmpproto: Lengthen the filename buffer when receiving streams
Merged-by: Clément Bœsch <u at pkh.me>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a106b7e8b93f9b5f1666d0d8c327314a7d593569
---
libavformat/rtmpproto.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c
index c0e2df4..83ab296 100644
--- a/libavformat/rtmpproto.c
+++ b/libavformat/rtmpproto.c
@@ -1926,7 +1926,7 @@ static int send_invoke_response(URLContext *s, RTMPPacket *pkt)
{
RTMPContext *rt = s->priv_data;
double seqnum;
- char filename[64];
+ char filename[128];
char command[64];
int stringlen;
char *pchar;
======================================================================
More information about the ffmpeg-cvslog
mailing list