diff options
author | Jonathan Campbell | 2016-09-03 03:29:29 -0700 |
---|---|---|
committer | Michael Niedermayer | 2017-01-22 02:28:53 +0100 |
commit | 76c5a69e26afbfdfc5b6f538594ea12efa31fc9a (patch) | |
tree | 0cef85bf008e1670513082029c727a5b38cc3979 /doc | |
parent | 0a5add45c7527bbe627899be744f962588e5b2fa (diff) |
libavutil: add av_lfg_init_from_data() function
seeds an AVLFG from binary data.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 98f8076f47..f5f7e0c07f 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-01-22 - xxxxxxx - lavu 55.44.100 - lfg.h + Add av_lfg_init_from_data(). + 2017-01-xx - xxxxxxx - lavc 57.74.100 - vaapi.h Deprecate struct vaapi_context and the vaapi.h installed header. Callers should set AVCodecContext.hw_frames_ctx instead. |