Mercurial > libavcodec.hg
diff ac3.h @ 9822:2887f410011f libavcodec
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should
improve plain text doxy readability.
See the thread: "[RFC] Should we use doxygen markup?".
| author | stefano |
|---|---|
| date | Sat, 06 Jun 2009 09:35:15 +0000 |
| parents | ba5d9a97ab2f |
| children | 7dd2a45249a9 |
line wrap: on
line diff
--- a/ac3.h Sat Jun 06 08:46:08 2009 +0000 +++ b/ac3.h Sat Jun 06 09:35:15 2009 +0000 @@ -132,7 +132,7 @@ /** * Calculates the masking curve. - * First, the excitation is calculated using parameters in \p s and the signal + * First, the excitation is calculated using parameters in s and the signal * power in each critical band. The excitation is compared with a predefined * hearing threshold table to produce the masking curve. If delta bit * allocation information is provided, it is used for adjusting the masking @@ -161,7 +161,7 @@ /** * Calculates bit allocation pointers. * The SNR is the difference between the masking curve and the signal. AC-3 - * uses this value for each frequency bin to allocate bits. The \p snroffset + * uses this value for each frequency bin to allocate bits. The snroffset * parameter is a global adjustment to the SNR for all bins. * * @param[in] mask masking curve
