Re: [FFmpeg-devel] [PATCH 2/2] lavc/avfft: deprecate the API

2023-07-26 Thread Lynne
Jul 26, 2023, 01:17 by mich...@niedermayer.cc: > On Tue, Jul 25, 2023 at 12:47:12AM +0200, Lynne wrote: > >> This deprecates the currently unused API. >> --- >> doc/APIchanges | 5 + >> libavcodec/avfft.h | 31 +++ >> libavcodec/tests/fft.c

Re: [FFmpeg-devel] [PATCH 2/2] lavc/avfft: deprecate the API

2023-07-25 Thread Michael Niedermayer
On Tue, Jul 25, 2023 at 12:47:12AM +0200, Lynne wrote: > Jul 25, 2023, 00:19 by andreas.rheinha...@outlook.com: > > > Lynne: > > > >> Subject: [PATCH 2/2] lavc/avfft: deprecate the API > >> > >> This deprecates the currently unused API. > >> > > ^ > > superseded > > > >> --- > >> doc/APIchanges

Re: [FFmpeg-devel] [PATCH 2/2] lavc/avfft: deprecate the API

2023-07-24 Thread Andreas Rheinhardt
Lynne: > Jul 25, 2023, 00:19 by andreas.rheinha...@outlook.com: > >> Lynne: >> >>> Subject: [PATCH 2/2] lavc/avfft: deprecate the API >>> >>> This deprecates the currently unused API. >>> >> ^ >> superseded >> >>> --- >>> doc/APIchanges | 4 >>> libavcodec/avfft.h | 25

Re: [FFmpeg-devel] [PATCH 2/2] lavc/avfft: deprecate the API

2023-07-24 Thread Lynne
Jul 25, 2023, 00:19 by andreas.rheinha...@outlook.com: > Lynne: > >> Subject: [PATCH 2/2] lavc/avfft: deprecate the API >> >> This deprecates the currently unused API. >> > ^ > superseded > >> --- >> doc/APIchanges | 4 >> libavcodec/avfft.h | 25 +++

Re: [FFmpeg-devel] [PATCH 2/2] lavc/avfft: deprecate the API

2023-07-24 Thread Andreas Rheinhardt
Lynne: > Subject: [PATCH 2/2] lavc/avfft: deprecate the API > > This deprecates the currently unused API. ^ superseded > --- > doc/APIchanges | 4 > libavcodec/avfft.h | 25 + > libavcodec/tests/fft.c

[FFmpeg-devel] [PATCH 2/2] lavc/avfft: deprecate the API

2023-07-24 Thread Lynne
This deprecates the currently unused API. Patch attached. >From 8cf7041345ebef47e710b65395095190ea88dd4a Mon Sep 17 00:00:00 2001 From: Lynne Date: Mon, 24 Jul 2023 23:55:55 +0200 Subject: [PATCH 2/2] lavc/avfft: deprecate the API This deprecates the currently unused API. --- doc/APIchanges