diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-25 20:50:28 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-11-25 20:50:28 +0000 |
commit | d38c340fdc970c913866f5e8461cf33ab200a51b (patch) | |
tree | 52a0e1f03ba1c0a4062ef9fc19298efbd2489d5f /doc | |
parent | 4723bc286812ded7150cd543e6348d04683ce997 (diff) | |
download | ffmpeg-d38c340fdc970c913866f5e8461cf33ab200a51b.tar.gz |
Implement avfilter_get_video_buffer_ref_from_arrays().
Originally committed as revision 25827 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 8a3a9383ed..1dd92b8a5d 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,9 @@ libavutil: 2009-03-08 API changes, most recent first: +2010-11-22 - r25826 - lavfi 1.65.0 - avfilter_get_video_buffer_ref_from_arrays() + Add function avfilter_get_video_buffer_ref_from_arrays() in + avfilter.h. 2010-11-21 - r25787 - lavcore 0.14.0 - audioconvert.h Add a public audio channel API in audioconvert.h, and deprecate the |