forked from FFmpeg/FFmpeg
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:
parent
5f6e43f77d
commit
7a5d6690fc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue