]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/flacdec.c
lavc: move exp2fi to ff_exp2fi in internal.h
[ffmpeg] / libavcodec / flacdec.c
index 126f4e00df6c684fbdfee108e117397d3a34ad03..b7237e18f042da61678777657252965e61552227 100644 (file)
@@ -646,7 +646,7 @@ static av_cold int flac_decode_close(AVCodecContext *avctx)
 }
 
 static const AVOption options[] = {
-{ "use_buggy_lpc", "emulate old buggy lavc behavior", offsetof(FLACContext, buggy_lpc), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_AUDIO_PARAM },
+{ "use_buggy_lpc", "emulate old buggy lavc behavior", offsetof(FLACContext, buggy_lpc), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_AUDIO_PARAM },
 { NULL },
 };