diff options
author | Martin Storsjö <martin@martin.st> | 2015-11-11 22:09:41 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-11-13 21:53:54 +0200 |
commit | 92d107a17127c29036b71e53315a2c702960819a (patch) | |
tree | acba02fa2d97eafc012a26ad7700fc62c38ed4e4 /doc/APIchanges | |
parent | 1fc94724f1fd52944bb5ae571475c621da4b77a0 (diff) | |
download | ffmpeg-92d107a17127c29036b71e53315a2c702960819a.tar.gz |
xtea: Add functions for little endian mode
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
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 |