[FFmpeg-cvslog] lavfi: bump minor and update APIchanges after recent updates

Stefano Sabatini git at videolan.org
Mon Sep 12 22:10:44 CEST 2011


ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Mon Sep 12 21:59:00 2011 +0200| [9efae6a16109e055d763dd6a5cd1667866033f61] | committer: Stefano Sabatini

lavfi: bump minor and update APIchanges after recent updates

These changes were forgotten in commits:
  lavfi: simplify signature for avfilter_get_audio_buffer() and friends
  (commit 2c0317419bc8c7f28496d5181d951bbe8837071f)
and
  lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBufferRefAudioProps
  (commit 4381bddc9f93da34a44e683bdc4c05c6f061244e)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9efae6a16109e055d763dd6a5cd1667866033f61
---

 doc/APIchanges         |    5 ++++-
 libavfilter/avfilter.h |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/APIchanges b/doc/APIchanges
index 425a337..fe02eb2 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,7 +13,10 @@ libavutil:   2011-04-18
 
 API changes, most recent first:
 
-2011-09-xx - xxxxxxx - lavfi 2.x.0
+2011-09-12 - xxxxxxx - lavfi 2.40.0
+  Change AVFilterBufferRefAudioProps.sample_rate type from uint32_t to int.
+
+2011-09-12 - xxxxxxx - lavfi 2.40.0
   Simplify signature for avfilter_get_audio_buffer(), make it
   consistent with avfilter_get_video_buffer().
 
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index f92035f..90bb4d1 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -29,7 +29,7 @@
 #include "libavutil/rational.h"
 
 #define LIBAVFILTER_VERSION_MAJOR  2
-#define LIBAVFILTER_VERSION_MINOR 39
+#define LIBAVFILTER_VERSION_MINOR 40
 #define LIBAVFILTER_VERSION_MICRO  0
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \



More information about the ffmpeg-cvslog mailing list