diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-09-06 18:37:44 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-09-06 18:51:09 +0200 |
commit | 4f7dfe12eaffe2ec2399cc52ce9a8cb9f8fdb741 (patch) | |
tree | 113ea9104966963d7aaf61ef27962d1f0b7ea03f /doc/APIchanges | |
parent | c4415f6ec980d1a5f3ddda79395258150747e97f (diff) | |
download | ffmpeg-4f7dfe12eaffe2ec2399cc52ce9a8cb9f8fdb741.tar.gz |
lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersink.h
This is done in order to clarify the non-video-specific nature of the
buffersink code, as the result of the video/audio API unification of
the previous commit, and for improving overall consistency.
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 dd79028a0a..d6002940cf 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2011-09-06 - xxxxxxx - lavfi 2.39.0 + Rename libavfilter/vsink_buffer.h to libavfilter/buffersink.h. + 2011-09-06 - xxxxxxx - lavfi 2.38.0 Unify video and audio sink API. |