summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-02 20:59:24 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-03 23:34:35 +0200
commite680c731a213759a824420a94f0068f943d3788f (patch)
tree939587834ade2ec54d6bd917c8f617f7e6e20284 /doc
parent9400603140db5f44f35942482a3435e4b67e7e79 (diff)
avcodec/avdct: Add get_pixels()
Suggested-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index caff54112b..6ba3de5c58 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-08-03 - xxxxxxx - lavc 55.72.100 - avcodec.h
+ Add get_pixels() to AVDCT
+
2014-08-xx - xxxxxxx - lavc 55.57.1 - avcodec.h
Deprecate unused FF_IDCT_IPP define and ipp avcodec option.
Deprecate unused FF_DEBUG_PTS define and pts avcodec option.