aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-06-10 00:17:45 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-06-11 23:57:01 +0200
commit359abb18cfe3a5e6db44031c5110322343b16756 (patch)
tree7e3a8ce665fc918532ad27d02958c1e526ef1752 /doc/APIchanges
parent5683de00e99e4be87419a97d521887f94acc937a (diff)
downloadffmpeg-359abb18cfe3a5e6db44031c5110322343b16756.tar.gz
lavu/error: add av_make_error_string() and av_err2str() convenience utilities
These functions are modeled after the corresponding utilities in libavutil/timestamp.h.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index eaf287fb70..877e1184f3 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2011-04-18
API changes, most recent first:
+2012-04-11 - xxxxxxx - lavu 51.58.100 - error.h
+ Add av_make_error_string() and av_err2str() utilities to
+ libavutil/error.h.
+
2012-06-05 - xxxxxxx - lavc 54.24.100
Add pkt_duration field to AVFrame.