1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-05-24 13:42:56 +02:00
FFmpeg/libavformat
Jan Ekström 26892c7615 lavf/libssh: translate a read of 0 to EOF
Yet another case of forgotten 0 =! EOF translation.

While the documentation for this specific synchronous read
function does not mention it, the documentation for
`sftp_async_read` documents it, as well as looking at the
implementation of this function leads one to find
`if (handle->eof) { return 0; }`.

Reported by stnutt on IRC.
2018-05-28 20:33:50 +03:00
..
2018-05-06 15:07:28 +08:00
2018-04-12 16:04:58 +08:00
2018-04-16 13:46:10 -03:00
2018-04-12 16:04:58 +08:00
2018-05-25 20:06:34 +02:00
2018-04-01 21:08:16 +02:00
2018-05-10 19:02:53 +08:00
2018-05-05 21:35:31 +02:00
2018-05-21 19:43:04 -03:00
2018-05-21 19:43:04 -03:00