X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fac3dec_fixed.c;h=6416da436ec6025a818d51b0add35505e2b31ab1;hb=93afb338a405eac0f9e7b092bc26603378bfcca6;hp=21756eac1b15d6a26ba75b0147199d2f1b5df958;hpb=6dce615ee24e5654ec2048eac461babc93da612f;p=ffmpeg diff --git a/libavcodec/ac3dec_fixed.c b/libavcodec/ac3dec_fixed.c index 21756eac1b1..6416da436ec 100644 --- a/libavcodec/ac3dec_fixed.c +++ b/libavcodec/ac3dec_fixed.c @@ -169,7 +169,7 @@ static void ac3_downmix_c_fixed16(int16_t **samples, int16_t (*matrix)[2], static const AVOption options[] = { { "drc_scale", "percentage of dynamic range compression to apply", OFFSET(drc_scale), AV_OPT_TYPE_FLOAT, {.dbl = 1.0}, 0.0, 6.0, PAR }, - { "heavy_compr", "heavy dynamic range compression enabled", OFFSET(heavy_compression), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, 1, PAR }, + { "heavy_compr", "enable heavy dynamic range compression", OFFSET(heavy_compression), AV_OPT_TYPE_BOOL, {.i64 = 0 }, 0, 1, PAR }, { NULL}, };