[FFmpeg-devel] [PATCH]Remove probesize32 and max_analyze_duration32 on version bump

James Almer jamrial at gmail.com
Thu Sep 3 21:28:19 CEST 2015


On 8/31/2015 6:41 AM, Carl Eugen Hoyos wrote:
> diff --git a/libavformat/avformat.h b/libavformat/avformat.h
> index e83a374..4068ab6 100644
> --- a/libavformat/avformat.h
> +++ b/libavformat/avformat.h
> @@ -1396,6 +1396,7 @@ typedef struct AVFormatContext {
>  #define AVFMT_FLAG_KEEP_SIDE_DATA 0x40000 ///< Don't merge side data but keep it separate.
>  #define AVFMT_FLAG_FAST_SEEK   0x80000 ///< Enable fast, but inaccurate seeks for some formats
>  
> +#if FF_API_PROBESIZE_32
>      /**
>       * @deprecated deprecated in favor of probesize2
>       */
> @@ -1406,6 +1407,7 @@ typedef struct AVFormatContext {
>       */
>      attribute_deprecated
>      int max_analyze_duration;
> +#endif

Isn't removing these two going to break compatibility with libav?


More information about the ffmpeg-devel mailing list