mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-04 21:25:40 +01:00
avutil: Add AVERROR_EXPERIMENTAL
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
committed by
Luca Barbato
parent
a4aa20fbdb
commit
a893655bda
@@ -41,6 +41,7 @@ int av_strerror(int errnum, char *errbuf, size_t errbuf_size)
|
||||
case AVERROR_STREAM_NOT_FOUND: errstr = "Stream not found" ; break;
|
||||
case AVERROR_BUG: errstr = "Bug detected, please report the issue" ; break;
|
||||
case AVERROR_UNKNOWN: errstr = "Unknown error occurred" ; break;
|
||||
case AVERROR_EXPERIMENTAL: errstr = "Experimental feature" ; break;
|
||||
}
|
||||
|
||||
if (errstr) {
|
||||
|
||||
Reference in New Issue
Block a user