mbox

[FFmpeg-devel,0/1] avformat/http: handle SEEK_SET to filesize and fix #6885

Message ID 20200424110913.47435-1-hello.vectronic@gmail.com
Headers show

Message

vectronic April 24, 2020, 11:09 a.m. UTC
if whence == SEEK_SET and offset is filesize and is_streamable is false
we can just return the filesize to prevent an HTTP 416 error

Fixes https://trac.ffmpeg.org/ticket/6885

vectronic (1):
  avformat/http: handle SEEK_SET to filesize

 libavformat/http.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)