On 01/13/2014 11:25 AM, Diego Biurrun wrote:
> 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
>

I was following the convention of other comments in this file.  *All* comments 
that are within function scope in this
file seem to omit the star before subsequent lines in the comment. Are you sure 
you want this one comment to deviate?

-- 
John      GnuPG fingerprint: D0EC B3DB C372 D1F1 0B01  83F0 49F1 D7B2 60D4 D0F7


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to