On 07/03/2012 05:01 PM, Diego Biurrun wrote:
> ---
>  libavcodec/version.h    |    6 ++++--
>  libavdevice/version.h   |    6 ++++++
>  libavfilter/version.h   |    6 ++++--
>  libavformat/version.h   |    6 ++++--
>  libavresample/version.h |    5 +++--
>  libavutil/version.h     |    9 ++++-----
>  libswscale/version.h    |    6 ++++--
>  7 files changed, 29 insertions(+), 15 deletions(-)
> 
> diff --git a/libavcodec/version.h b/libavcodec/version.h
> index 1e189f6..cb23738 100644
> --- a/libavcodec/version.h
> +++ b/libavcodec/version.h
> @@ -41,9 +41,11 @@
>  #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
>  
>  /**
> - * These FF_API_* defines are not part of the public API.
> - * They may change, break or disappear at any time.
> + * FF_API_* defines may be placed below to indicate public API that will be
> + * dropped at a future version bump. The defines themselves are not part of
> + * the public API and may change, break or disappear at any time.
>   */

I like it.

-Justin

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to