On Mon, Jan 13, 2014 at 11:04:30AM -0700, John Stebbins wrote:
> --- a/libavcodec/ac3dec.c
> +++ b/libavcodec/ac3dec.c
> @@ -772,8 +772,13 @@ static int decode_audio_block(AC3DecodeContext *s, int
> blk)
> if (get_bits1(gbc)) {
> - s->dynamic_range[i] = powf(dynamic_range_tab[get_bits(gbc, 8)],
> - s->drc_scale);
> + /* Allow asymmetric application of DRC when drc_scale > 1.
> + Amplification of quiet sounds is enhanced */
nit: Add a star before the second comment line.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel