diff options
author | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-08-02 10:38:33 +0200 |
---|---|---|
committer | Hendrik Leppkes <h.leppkes@gmail.com> | 2015-08-02 10:38:33 +0200 |
commit | a130ec9540b4a56b315c24285623b867c4c6f95c (patch) | |
tree | 509257f38c3af574e38189633bc99e89f84b2b29 /doc | |
parent | 9ed59f16e005554fe412bcc05b2ed40688f4fd16 (diff) | |
parent | ae365453c370c85f278bff7fbf9e20d9d335cb2a (diff) | |
download | ffmpeg-streaming-a130ec9540b4a56b315c24285623b867c4c6f95c.zip ffmpeg-streaming-a130ec9540b4a56b315c24285623b867c4c6f95c.tar.gz |
Merge commit 'ae365453c370c85f278bff7fbf9e20d9d335cb2a'
* commit 'ae365453c370c85f278bff7fbf9e20d9d335cb2a':
rc4: add av_rc4_alloc()
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index d222fc6..5fcbabb 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -17,6 +17,7 @@ API changes, most recent first: 2015-xx-xx - lavu 54.30.0 xxxxxxx - Add av_blowfish_alloc(). + xxxxxxx - Add av_rc4_alloc(). 2015-xx-xx - lavc 56.35.0 - avcodec.h xxxxxxxxx - Rename CODEC_FLAG* defines to AV_CODEC_FLAG*. |