[FFmpeg-devel] [PATCH] lavfi: bump version for filter_frame.
Clément Bœsch
ubitux at gmail.com
Thu Nov 29 20:11:51 CET 2012
On Thu, Nov 29, 2012 at 05:45:36PM +0100, Nicolas George wrote:
> Also add to APIchanges.
>
> Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
> ---
> doc/APIchanges | 4 ++++
> libavfilter/version.h | 4 ++--
> 2 files changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/doc/APIchanges b/doc/APIchanges
> index 5707d13..a131573 100644
> --- a/doc/APIchanges
> +++ b/doc/APIchanges
> @@ -15,6 +15,10 @@ libavutil: 2012-10-22
>
> API changes, most recent first:
>
> +2012-11-28 - cd7febd - lavu 3.24.100
> + Merge start_frame()+draw_slice()+end_frame() and filter_samples()
> + into filter_frame().
> +
Wasn't this stuff supposed to be private since latest major bump of lavfi?
> 2012-11-25 - xxxxxxx - lavu 52.9.100 - opt.h
> Add the following convenience functions to opt.h:
> av_opt_get_image_size
> diff --git a/libavfilter/version.h b/libavfilter/version.h
> index 64e1f4b..694f4f0 100644
> --- a/libavfilter/version.h
> +++ b/libavfilter/version.h
> @@ -29,8 +29,8 @@
> #include "libavutil/avutil.h"
>
> #define LIBAVFILTER_VERSION_MAJOR 3
> -#define LIBAVFILTER_VERSION_MINOR 23
> -#define LIBAVFILTER_VERSION_MICRO 104
> +#define LIBAVFILTER_VERSION_MINOR 24
> +#define LIBAVFILTER_VERSION_MICRO 100
>
> #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
> LIBAVFILTER_VERSION_MINOR, \
That bump should be OK.
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121129/c0d84e92/attachment.asc>
More information about the ffmpeg-devel
mailing list