From c9bca801324f03746757aef8549ebd26599adec2 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Fri, 24 Feb 2012 23:27:14 -0500 Subject: avutil: add AVERROR_UNKNOWN Useful to return instead of -1 when the cause of the error is unknown, typically from an external library. --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index 78e2bfc..0cdb3be 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-xx-xx - xxxxxxx - lavu 51.24.0 - error.h + Add AVERROR_UNKNOWN + 2012-xx-xx - xxxxxxx - lavc 54.x.x Add duration field to AVCodecParserContext -- cgit v1.1