Change #259830
| Category | ffmpeg |
| Changed by | Niklas Haas <git@haasn.dev> |
| Changed at | Wed 04 Mar 2026 09:49:53 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | f5ddf1c4a8f8b029694b40d99abb49762fb1c08f |
Comments
avformat/http: fix http_connect() offset mismatch error code This (arbitrarily) returns -1, which happens to be AVERROR(EPERM) on my machine. Return the more descriptive AVERORR(EIO) instead. Also add a log message to explain what's going on.
Changed files
- libavformat/http.c