avutil/error: Add HTTP 429 Too Many Requests AVERROR code
commitbcae59b8982f0836bfa1f86b320a199f20ca9afc
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>
Mon, 22 Apr 2024 14:25:39 +0000 (22 15:25 +0100)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Thu, 25 Apr 2024 13:13:47 +0000 (25 14:13 +0100)
tree1d7c8e3ce75049b67c87a10448495298db9d3ab1
parent5fc4a824db166823cd40eb8e16bce2a92af7abfd
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>
libavutil/error.c
libavutil/error.h
libavutil/version.h