From 14b7062829968e3e6f8974cbea1bbdbf6e83e095 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 3 Aug 2008 16:42:32 +0000 Subject: cosmetics: make all references to AC-3 capitalized and hyphenated Originally committed as revision 14523 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ac3.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/ac3.c') diff --git a/libavcodec/ac3.c b/libavcodec/ac3.c index 6b18930ca1..e4117f1a15 100644 --- a/libavcodec/ac3.c +++ b/libavcodec/ac3.c @@ -1,5 +1,5 @@ /* - * Common code between AC3 encoder and decoder + * Common code between the AC-3 encoder and decoder * Copyright (c) 2000 Fabrice Bellard. * * This file is part of FFmpeg. @@ -21,7 +21,7 @@ /** * @file ac3.c - * Common code between AC3 encoder and decoder. + * Common code between the AC-3 encoder and decoder. */ #include "avcodec.h" @@ -197,7 +197,7 @@ void ff_ac3_bit_alloc_calc_bap(int16_t *mask, int16_t *psd, int start, int end, } while (end > band_start_tab[j++]); } -/* AC3 bit allocation. The algorithm is the one described in the AC3 +/* AC-3 bit allocation. The algorithm is the one described in the AC-3 spec. */ void ac3_parametric_bit_allocation(AC3BitAllocParameters *s, uint8_t *bap, int8_t *exp, int start, int end, -- cgit v1.2.3