[FFmpeg-devel] [PATCH] avcodec/aacdec_lpd: remove unused local variables

2024-06-08 Thread Leo Izen
int idx, and int first_tcx_flag are set but not used, so this commit removes their declarations and assignments. Signed-off-by: Leo Izen --- libavcodec/aac/aacdec_lpd.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libavcodec/aac/aacdec_lpd.c b/libavcodec/aac/aacdec_lpd

Re: [FFmpeg-devel] [PATCH] avcodec/aacdec_lpd: remove unused local variables

2024-06-09 Thread Michael Niedermayer
On Sat, Jun 08, 2024 at 08:17:54PM -0400, Leo Izen wrote: > int idx, and int first_tcx_flag are set but not used, so this commit > removes their declarations and assignments. > > Signed-off-by: Leo Izen > --- > libavcodec/aac/aacdec_lpd.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(