Re: [FFmpeg-devel] [RFC]Use ptrdiff_t for linesize and stride

2018-01-12 Thread James Almer
On 1/12/2018 10:46 PM, Carl Eugen Hoyos wrote: > Hi! > > Seeing 6e80079a it appears that the unstable period is not over yet. > Vittorio posted a patch that introduces a temporary type to avoid > breaking API, but that may not be relevant if the api currently > unstable. The ABI is what is in the

Re: [FFmpeg-devel] [RFC]Use ptrdiff_t for linesize and stride

2018-01-12 Thread wm4
On Sat, 13 Jan 2018 03:47:31 +0100 Carl Eugen Hoyos wrote: > 2018-01-13 3:19 GMT+01:00 wm4 : > > On Sat, 13 Jan 2018 02:46:51 +0100 > > Carl Eugen Hoyos wrote: > > > >> Hi! > >> > >> Seeing 6e80079a it appears that the unstable period is not over yet. > >> Vittorio posted a patch that introduc

Re: [FFmpeg-devel] [RFC]Use ptrdiff_t for linesize and stride

2018-01-12 Thread Carl Eugen Hoyos
2018-01-13 3:19 GMT+01:00 wm4 : > On Sat, 13 Jan 2018 02:46:51 +0100 > Carl Eugen Hoyos wrote: > >> Hi! >> >> Seeing 6e80079a it appears that the unstable period is not over yet. >> Vittorio posted a patch that introduces a temporary type to avoid >> breaking API, but that may not be relevant if t

Re: [FFmpeg-devel] [RFC]Use ptrdiff_t for linesize and stride

2018-01-12 Thread wm4
On Sat, 13 Jan 2018 02:46:51 +0100 Carl Eugen Hoyos wrote: > Hi! > > Seeing 6e80079a it appears that the unstable period is not over yet. > Vittorio posted a patch that introduces a temporary type to avoid > breaking API, but that may not be relevant if the api currently > unstable. > > Attache