diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-06-06 09:35:15 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-06-06 09:35:15 +0000 |
commit | bf7e799c9e83f6f6718866841d3169a91ef6b07e (patch) | |
tree | 3146c3bbf94bc66b4215526ef158f23d0592dd11 /libavcodec/ac3.h | |
parent | 10ae4bb477426f6a360bed684c6676e20f2de299 (diff) | |
download | ffmpeg-bf7e799c9e83f6f6718866841d3169a91ef6b07e.tar.gz |
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?".
Originally committed as revision 19122 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3.h')
-rw-r--r-- | libavcodec/ac3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ac3.h b/libavcodec/ac3.h index 276ecba4c7..9c82226107 100644 --- a/libavcodec/ac3.h +++ b/libavcodec/ac3.h @@ -132,7 +132,7 @@ void ff_ac3_bit_alloc_calc_psd(int8_t *exp, int start, int end, int16_t *psd, /** * 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 @@ int ff_ac3_bit_alloc_calc_mask(AC3BitAllocParameters *s, int16_t *band_psd, /** * 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 |