summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/alac.c')
-rw-r--r--libavcodec/alac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index c47d64e38d..fc8bc9682d 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -601,7 +601,7 @@ static int init_thread_copy(AVCodecContext *avctx)
static const AVOption options[] = {
{ "extra_bits_bug", "Force non-standard decoding process",
- offsetof(ALACContext, extra_bit_bug), AV_OPT_TYPE_INT, { .i64 = 0 },
+ offsetof(ALACContext, extra_bit_bug), AV_OPT_TYPE_BOOL, { .i64 = 0 },
0, 1, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_DECODING_PARAM },
{ NULL },
};