-
- Downloads
libavformat: not treat 0 as EOF
transfer_func variable passed to retry_transfer_wrapper
are h->prot->url_read and h->prot->url_write functions.
These need to return EOF or other error properly.
In case of returning >= 0, url_read/url_write is retried
until error is returned.
Signed-off-by:
Daniel Kucera <daniel.kucera@gmail.com>
Showing
- libavformat/avio.c 4 additions, 2 deletionslibavformat/avio.c
- libavformat/aviobuf.c 12 additions, 8 deletionslibavformat/aviobuf.c
- libavformat/cache.c 2 additions, 2 deletionslibavformat/cache.c
- libavformat/concat.c 5 additions, 4 deletionslibavformat/concat.c
- libavformat/http.c 4 additions, 1 deletionlibavformat/http.c
Loading
Please register or sign in to comment