Re: [FFmpeg-devel] [PATCH] avcodec: remove Libav ABI compatibility hacks

2018-02-13 Thread Hendrik Leppkes
On Tue, Feb 13, 2018 at 6:45 AM, wm4 wrote: > On Tue, 13 Feb 2018 02:04:18 -0300 > James Almer wrote: > >> On 2/13/2018 1:50 AM, wm4 wrote: >> > On Tue, 13 Feb 2018 01:44:22 -0300 >> > James Almer wrote: >> > >> >> On 2/13/2018 1:33 AM, wm4 wrote: >> >>> --- >> >>> If anyone knows of similar sti

Re: [FFmpeg-devel] [PATCH] avcodec: remove Libav ABI compatibility hacks

2018-02-12 Thread wm4
On Tue, 13 Feb 2018 02:04:18 -0300 James Almer wrote: > On 2/13/2018 1:50 AM, wm4 wrote: > > On Tue, 13 Feb 2018 01:44:22 -0300 > > James Almer wrote: > > > >> On 2/13/2018 1:33 AM, wm4 wrote: > >>> --- > >>> If anyone knows of similar still remaining cases in the codebase, please > >>> tel

Re: [FFmpeg-devel] [PATCH] avcodec: remove Libav ABI compatibility hacks

2018-02-12 Thread James Almer
On 2/13/2018 1:50 AM, wm4 wrote: > On Tue, 13 Feb 2018 01:44:22 -0300 > James Almer wrote: > >> On 2/13/2018 1:33 AM, wm4 wrote: >>> --- >>> If anyone knows of similar still remaining cases in the codebase, please >>> tell me, and I'll send patches. >>> --- >>> libavcodec/avcodec.h | 49

Re: [FFmpeg-devel] [PATCH] avcodec: remove Libav ABI compatibility hacks

2018-02-12 Thread wm4
On Tue, 13 Feb 2018 01:44:22 -0300 James Almer wrote: > On 2/13/2018 1:33 AM, wm4 wrote: > > --- > > If anyone knows of similar still remaining cases in the codebase, please > > tell me, and I'll send patches. > > --- > > libavcodec/avcodec.h | 49

Re: [FFmpeg-devel] [PATCH] avcodec: remove Libav ABI compatibility hacks

2018-02-12 Thread James Almer
On 2/13/2018 1:33 AM, wm4 wrote: > --- > If anyone knows of similar still remaining cases in the codebase, please > tell me, and I'll send patches. > --- > libavcodec/avcodec.h | 49 - > libavcodec/utils.c | 5 - > libavcodec/version.h | 2 +-

[FFmpeg-devel] [PATCH] avcodec: remove Libav ABI compatibility hacks

2018-02-12 Thread wm4
--- If anyone knows of similar still remaining cases in the codebase, please tell me, and I'll send patches. --- libavcodec/avcodec.h | 49 - libavcodec/utils.c | 5 - libavcodec/version.h | 2 +- 3 files changed, 17 insertions(+), 39 deletio