avcodec/libfdk-aacdec: Change conceal_method to int, its accessed via AVOption as int
This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
fd8c3277c4
commit
cf729b2489
@ -44,7 +44,7 @@ typedef struct FDKAACDecContext {
|
||||
int initialized;
|
||||
uint8_t *decoder_buffer;
|
||||
uint8_t *anc_buffer;
|
||||
enum ConcealMethod conceal_method;
|
||||
int conceal_method;
|
||||
int drc_level;
|
||||
int drc_boost;
|
||||
int drc_heavy;
|
||||
|
Loading…
x
Reference in New Issue
Block a user