Mercurial > libavcodec.hg
diff ac3dec.c @ 7470:1a93d3bbe3ee libavcodec
cosmetics: make all references to AC-3 capitalized and hyphenated
| author | jbr |
|---|---|
| date | Sun, 03 Aug 2008 16:42:32 +0000 |
| parents | 85ab7655ad4d |
| children | 1788013cf23b |
line wrap: on
line diff
--- a/ac3dec.c Sun Aug 03 13:11:14 2008 +0000 +++ b/ac3dec.c Sun Aug 03 16:42:32 2008 +0000 @@ -228,7 +228,7 @@ /** * Parse the 'sync info' and 'bit stream info' from the AC-3 bitstream. * GetBitContext within AC3DecodeContext must point to - * start of the synchronized ac3 bitstream. + * the start of the synchronized AC-3 bitstream. */ static int ac3_parse_header(AC3DecodeContext *s) { @@ -268,7 +268,7 @@ } /** - * Common function to parse AC3 or E-AC3 frame header + * Common function to parse AC-3 or E-AC-3 frame header */ static int parse_frame_header(AC3DecodeContext *s) {
