Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #195939

Category ffmpeg
Changed by Derek Buitenhuis <derek.buitenhuisohnoyoudont@gmail.com>
Changed at Thu 25 Apr 2024 15:13:47
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision bcae59b8982f0836bfa1f86b320a199f20ca9afc

Comments

avutil/error: Add HTTP 429 Too Many Requests AVERROR code
This is a common error code from e.g. CDNs or cloud storage, and
it is useful to be able to handle it differently to a generic
4XX code.

Its source is RFC6585.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>

Changed files