# HG changeset patch # User diego # Date 1248302623 0 # Node ID fe394fdc45e36d51b0d0ed86740f2a825edee91a # Parent fd3505e85d890ac83146222011de3cea76b8ab24 cosmetics: small typo fixes diff -r fd3505e85d89 -r fe394fdc45e3 ac3dec_data.c --- a/ac3dec_data.c Wed Jul 22 22:38:26 2009 +0000 +++ b/ac3dec_data.c Wed Jul 22 22:43:43 2009 +0000 @@ -21,15 +21,15 @@ /** * @file libavcodec/ac3dec_data.c - * tables taken directly from the AC-3 spec. + * Tables taken directly from the AC-3 spec. */ #include "ac3dec_data.h" #include "ac3.h" /** - * table used to ungroup 3 values stored in 5 bits. - * used by bap=1 mantissas and GAQ. + * Table used to ungroup 3 values stored in 5 bits. + * Used by bap=1 mantissas and GAQ. * ff_ac3_ungroup_3_in_5_bits_tab[i] = { i/9, (i%9)/3, (i%9)%3 } */ const uint8_t ff_ac3_ungroup_3_in_5_bits_tab[32][3] = {