[FFmpeg-devel] [PATCH 4/4] lavu: stop exporting internal functions

Andreas Cadhalpun andreas.cadhalpun at googlemail.com
Mon Aug 11 20:39:24 CEST 2014


On 10.08.2014 02:04, James Almer wrote:
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>   libavutil/libavutil.v | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavutil/libavutil.v b/libavutil/libavutil.v
> index eb16ae1..e9f04cb 100644
> --- a/libavutil/libavutil.v
> +++ b/libavutil/libavutil.v
> @@ -1,4 +1,4 @@
>   LIBAVUTIL_$MAJOR {
> -        global: av*; ff_*;
> +        global: av*;
>           local: *;
>   };
>

I'd also like to see this happen, but this change requires to first 
convert ff_opencl_set_parameter into avpriv*, because it is used by 
libavfilter.

Best regards,
Andreas


More information about the ffmpeg-devel mailing list