[FFmpeg-devel] [PATCH] Bump major versions of all libraries
James Almer
jamrial at gmail.com
Mon Sep 4 17:16:31 EEST 2017
On 9/4/2017 6:38 AM, wm4 wrote:
> On Sat, 2 Sep 2017 13:23:06 -0300
> James Almer <jamrial at gmail.com> wrote:
>
>
>> #ifndef FF_API_LAVF_KEEPSIDE_FLAG
>> -#define FF_API_LAVF_KEEPSIDE_FLAG (LIBAVFORMAT_VERSION_MAJOR < 58)
>> +#define FF_API_LAVF_KEEPSIDE_FLAG (LIBAVFORMAT_VERSION_MAJOR < 59)
>> #endif
>> #ifndef FF_API_OLD_ROTATE_API
>> -#define FF_API_OLD_ROTATE_API (LIBAVFORMAT_VERSION_MAJOR < 58)
>> +#define FF_API_OLD_ROTATE_API (LIBAVFORMAT_VERSION_MAJOR < 59)
>> #endif
>>
>
> WTF?
Both are barely a few months old, nowhere near the standard two years
deprecation period. What's surprising about this?
You even described this behavior in your commit d682ae70b4b.
More information about the ffmpeg-devel
mailing list