[FFmpeg-cvslog] avcodec/aac_ac3_parser: Remove unused variable

Andreas Rheinhardt git at videolan.org
Sun Jan 12 17:00:01 EET 2025


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Wed Jan  8 20:03:21 2025 +0100| [7a5d6690fc54ef354b30cb2236b7127928356f01] | committer: Andreas Rheinhardt

avcodec/aac_ac3_parser: Remove unused variable

Added in 64bb91fd3b5a00a8849531c7e8dd207f2a626096, never used.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7a5d6690fc54ef354b30cb2236b7127928356f01
---

 libavcodec/aac_ac3_parser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/aac_ac3_parser.c b/libavcodec/aac_ac3_parser.c
index e2361d3534..e10ce13a3b 100644
--- a/libavcodec/aac_ac3_parser.c
+++ b/libavcodec/aac_ac3_parser.c
@@ -148,7 +148,7 @@ get_next:
 #if CONFIG_AAC_PARSER
             AACADTSHeaderInfo hdr;
             GetBitContext gb;
-            int profile;
+
             init_get_bits8(&gb, buf, buf_size);
             if (buf_size < AV_AAC_ADTS_HEADER_SIZE ||
                 ff_adts_header_parse(&gb, &hdr) < 0)



More information about the ffmpeg-cvslog mailing list