Re: [FFmpeg-devel] [PATCH] avutil/opt: remove ABI hacks

2018-02-12 Thread wm4
On Tue, 13 Feb 2018 00:27:03 -0300 James Almer wrote: > On 2/13/2018 12:12 AM, wm4 wrote: > > These were needed for ABI compatibility with Libav. We don't need them > > anymore. > > --- > > I'm assuming we're still sort of in the ABI unstable phase. > > Sure, why not? We

Re: [FFmpeg-devel] [PATCH] avutil/opt: remove ABI hacks

2018-02-12 Thread James Almer
On 2/13/2018 12:12 AM, wm4 wrote: > These were needed for ABI compatibility with Libav. We don't need them > anymore. > --- > I'm assuming we're still sort of in the ABI unstable phase. Sure, why not? We haven't tagged the first release of the current major library versions yet, and it looks

[FFmpeg-devel] [PATCH] avutil/opt: remove ABI hacks

2018-02-12 Thread wm4
These were needed for ABI compatibility with Libav. We don't need them anymore. --- I'm assuming we're still sort of in the ABI unstable phase. --- libavutil/opt.h | 18 +- libavutil/version.h | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git