]> git.sesse.net Git - ffmpeg/commit
avformat/ftp: Support response code 125 for STOR and RETR commands
authorRaymond Hilseth <rhi@vizrt.com>
Thu, 7 Jan 2016 09:38:06 +0000 (10:38 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 7 Mar 2016 01:13:13 +0000 (02:13 +0100)
commit86db71b402e9f6b5782e1110ece4cb35c525d4b0
treefd18f3ada2208689e82c3ca0c3990c3180cba101
parente356487fdae890a8236fbe374c58685e5945a280
avformat/ftp: Support response code 125 for STOR and RETR commands

This fixes a problem where ffmpeg would hang if there is already an open
data connection, and the server sends a 125 response code in reply to a
STOR or RETR command.

Signed-off-by: Raymond Hilseth <rhi@vizrt.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavformat/ftp.c