Commit 9efae6a1 authored by Stefano Sabatini's avatar 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 2c031741)
and
  lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBufferRefAudioProps
  (commit 4381bddc)
parent c58d45e0
...@@ -13,7 +13,10 @@ libavutil: 2011-04-18 ...@@ -13,7 +13,10 @@ libavutil: 2011-04-18
API changes, most recent first: 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 Simplify signature for avfilter_get_audio_buffer(), make it
consistent with avfilter_get_video_buffer(). consistent with avfilter_get_video_buffer().
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include "libavutil/rational.h" #include "libavutil/rational.h"
#define LIBAVFILTER_VERSION_MAJOR 2 #define LIBAVFILTER_VERSION_MAJOR 2
#define LIBAVFILTER_VERSION_MINOR 39 #define LIBAVFILTER_VERSION_MINOR 40
#define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment