Commit cf729b24 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/libfdk-aacdec: Change conceal_method to int, its accessed via AVOption as int

This fixes depending on implementation defined behavior
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent fd8c3277
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment