diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-09-12 21:59:00 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-09-12 22:08:53 +0200 |
commit | 9efae6a16109e055d763dd6a5cd1667866033f61 (patch) | |
tree | 5865df283ae7ef3bf03072efdc0bdf7747e90920 /libavfilter | |
parent | c58d45e00489e07fd4606b64ad4095660494185b (diff) | |
download | ffmpeg-9efae6a16109e055d763dd6a5cd1667866033f61.tar.gz |
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)
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index f92035ff7b..90bb4d17fb 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, \ |