Re: [FFmpeg-devel] [PATCH] lavu/avstring: deprecate av_d2str().

2020-08-21 Thread Nicolas George
Nicolas George (12020-08-09): > I never pushed this. I will next time I think about it. Pushed. Regards, -- Nicolas George signature.asc Description: PGP signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/li

Re: [FFmpeg-devel] [PATCH] lavu/avstring: deprecate av_d2str().

2020-08-09 Thread Nicolas George
Nicolas George (12019-12-27): > James Almer (12019-12-26): > > I guess we'll bumping in the coming months (it's been a long while since > > the last time, and some cleaning is in order), so might as well make > > this < 58 so we don't have to postpone it later. > > Ok, locally changed to 58. I ne

Re: [FFmpeg-devel] [PATCH] lavu/avstring: deprecate av_d2str().

2019-12-27 Thread Nicolas George
James Almer (12019-12-26): > I guess we'll bumping in the coming months (it's been a long while since > the last time, and some cleaning is in order), so might as well make > this < 58 so we don't have to postpone it later. Ok, locally changed to 58. Regards, -- Nicolas George signature.asc

Re: [FFmpeg-devel] [PATCH] lavu/avstring: deprecate av_d2str().

2019-12-26 Thread James Almer
On 12/26/2019 3:40 PM, Nicolas George wrote: > It is no longer used in our code base and does not seem > to be used much in other projects. > > Signed-off-by: Nicolas George > --- > doc/APIchanges | 3 +++ > libavutil/avstring.c | 2 ++ > libavutil/avstring.h | 5 + >