[FFmpeg-devel] [PATCH 1/3] vidstab*: Remove accidentally exported av_2_vs_pixel_format()

James Almer jamrial at gmail.com
Sun Aug 17 06:24:59 CEST 2014


On 16/08/14 9:47 PM, Timothy Gu wrote:
> Also correctly namespace other functions in vidstabutils, and decrease
> difference from Libav.
> 
> Initial-patch-by: Vittorio Giovara <vittorio.giovara at gmail.com>
> Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
> ---
> 
> Does this need an FF_API_VIDSTAB?
> 
>  doc/APIchanges                    | 4 ++++
>  libavfilter/version.h             | 2 +-
>  libavfilter/vf_vidstabdetect.c    | 5 +++--
>  libavfilter/vf_vidstabtransform.c | 6 +++---
>  libavfilter/vidstabutils.c        | 8 ++++----
>  libavfilter/vidstabutils.h        | 4 ++--
>  6 files changed, 17 insertions(+), 12 deletions(-)
> 
> diff --git a/doc/APIchanges b/doc/APIchanges
> index 067f60f..fec36ff 100644
> --- a/doc/APIchanges
> +++ b/doc/APIchanges
> @@ -15,6 +15,10 @@ libavutil:     2014-08-09
>  
>  API changes, most recent first:
>  
> +2014-08-xx - xxxxxxx - lavfi 5.1.0
> +  The accidentally exported and never exposed av_2_vs_pixel_format() is
> +  removed.
> +

I wonder if this is needed. In the past week or so we fixed a lot of other wrongly 
exported-yet-not-exposed functions like this taking advantage of the major bump 
and no release using the new sonames.

>  2014-08-xx - xxxxxxx - lavu 54.03.0 - mem.h
>    Add av_strndup().
>  
> diff --git a/libavfilter/version.h b/libavfilter/version.h
> index 2003b76..6ebb1ce 100644
> --- a/libavfilter/version.h
> +++ b/libavfilter/version.h
> @@ -30,7 +30,7 @@
>  #include "libavutil/version.h"
>  
>  #define LIBAVFILTER_VERSION_MAJOR  5
> -#define LIBAVFILTER_VERSION_MINOR  0
> +#define LIBAVFILTER_VERSION_MINOR  1
>  #define LIBAVFILTER_VERSION_MICRO 100

Same as above.


More information about the ffmpeg-devel mailing list