summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-02-24 23:27:14 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-02-25 11:49:41 -0500
commitc9bca801324f03746757aef8549ebd26599adec2 (patch)
tree77256e5edbfeec8061a61395cd8e3a29cd69bce0 /doc/APIchanges
parenta8bdf2405c6027f45a899eaaa6ba74e97c1c2701 (diff)
avutil: add AVERROR_UNKNOWN
Useful to return instead of -1 when the cause of the error is unknown, typically from an external library.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 78e2bfc9a3..0cdb3be158 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