diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-04-11 14:58:06 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-12 12:09:51 +0200 |
commit | af0d270aac86a0ac1eae8e145c5aaf128edd5e74 (patch) | |
tree | 042a8a893baf9c27131bd0112c82664a23dfdf75 /doc | |
parent | 3d7d819aad52581c39aa3978bf9ae6d3c189e5a9 (diff) | |
download | ffmpeg-af0d270aac86a0ac1eae8e145c5aaf128edd5e74.tar.gz |
lavu: add helper functions for integer lists.
Add av_int_list_length() to compute a list length.
Add av_opt_set_int_list() to set a binary option.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 7611587de4..48d791951a 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-04-10 - xxxxxxx - lavu 25.26.100 - avutil.h,opt.h + Add av_int_list_length() + and av_opt_set_int_list(). + 2013-03-30 - xxxxxxx - lavu 52.24.100 - samplefmt.h Add av_samples_alloc_array_and_samples(). |