]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/alac.c
Merge commit '458e53f51fc75d08df884f8e9eb3d7ded23e97b3'
[ffmpeg] / libavcodec / alac.c
index c47d64e38dda92e7e8aa974f2d3515ee268fe7cf..fc8bc9682d1edf8b5d375d2eb90a94e9a0630ee0 100644 (file)
@@ -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 },
 };