summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2015-11-11 22:09:41 +0200
committerMartin Storsjö <martin@martin.st>2015-11-13 21:53:54 +0200
commit92d107a17127c29036b71e53315a2c702960819a (patch)
treeacba02fa2d97eafc012a26ad7700fc62c38ed4e4 /doc
parent1fc94724f1fd52944bb5ae571475c621da4b77a0 (diff)
xtea: Add functions for little endian mode
Signed-off-by: Martin Storsjö <martin@martin.st>
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 cc48b5109d..206796e14c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -12,6 +12,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2015-11-xx - xxxxxxx - lavu 55.3.0 - xtea.h
+ Add av_xtea_le_init and av_xtea_le_crypt
+
2015-11-xx - xxxxxxx - lavfi 6.1.0 - avfilter.h
Add a frame_rate field to AVFilterLink