You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
avcodec/aac_ac3_parser: Remove unused variable
Added in 64bb91fd3b
, never used.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@ -148,7 +148,7 @@ get_next:
|
|||||||
#if CONFIG_AAC_PARSER
|
#if CONFIG_AAC_PARSER
|
||||||
AACADTSHeaderInfo hdr;
|
AACADTSHeaderInfo hdr;
|
||||||
GetBitContext gb;
|
GetBitContext gb;
|
||||||
int profile;
|
|
||||||
init_get_bits8(&gb, buf, buf_size);
|
init_get_bits8(&gb, buf, buf_size);
|
||||||
if (buf_size < AV_AAC_ADTS_HEADER_SIZE ||
|
if (buf_size < AV_AAC_ADTS_HEADER_SIZE ||
|
||||||
ff_adts_header_parse(&gb, &hdr) < 0)
|
ff_adts_header_parse(&gb, &hdr) < 0)
|
||||||
|
Reference in New Issue
Block a user