Re: [FFmpeg-devel] Patch for FFmpeg

2021-01-25 Thread Josh Dekker
On 2021-01-13 17:06, Robin Cooksey wrote: I’ve attached a patch which makes avformat handle the 308 Permanent Redirect HTTP status code – which is more recently defined in https://tools.ietf.org/html/rfc7538 The change just treats 308 in the same way as the other 30x status codes. Thanks. Ap

[FFmpeg-devel] Patch for FFmpeg

2021-01-13 Thread Robin Cooksey
I’ve attached a patch which makes avformat handle the 308 Permanent Redirect HTTP status code – which is more recently defined in https://tools.ietf.org/html/rfc7538 The change just treats 308 in the same way as the other 30x status codes. 0001-Treat-HTTP-status-code-308-in-the-same-way-