Re: [FFmpeg-devel] [PATCH 2/5] avcodec/sonic: remove dead code

2025-07-18 Thread Kacper Michajlow
On Fri, 18 Jul 2025 at 20:07, Michael Niedermayer wrote: > On Thu, Jul 17, 2025 at 01:57:03AM +0200, Kacper Michajłow wrote: > > This was in else branch of `#if 1` since ever. No need to keep dead code > > like that, if anyone needs it they can get it from git history. > > > > Signed-off-by: Kacp

Re: [FFmpeg-devel] [PATCH 2/5] avcodec/sonic: remove dead code

2025-07-18 Thread Michael Niedermayer
On Thu, Jul 17, 2025 at 01:57:03AM +0200, Kacper Michajłow wrote: > This was in else branch of `#if 1` since ever. No need to keep dead code > like that, if anyone needs it they can get it from git history. > > Signed-off-by: Kacper Michajłow > --- > libavcodec/sonic.c | 299