Mercurial > libavcodec.hg
changeset 12060:c69dd071f7d4 libavcodec
Remove non-existing stray arguments from Doxygen function documentation.
author | diego |
---|---|
date | Fri, 02 Jul 2010 11:19:29 +0000 |
parents | 8c396820d385 |
children | 75f4dfbd0462 |
files | aacdec.c acelp_pitch_delay.h cook.c escape124.c fraps.c lsp.h qdm2.c |
diffstat | 7 files changed, 0 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/aacdec.c Fri Jul 02 11:09:12 2010 +0000 +++ b/aacdec.c Fri Jul 02 11:19:29 2010 +0000 @@ -1453,8 +1453,6 @@ /** * Decode a channel_pair_element; reference: table 4.4. * - * @param elem_id Identifies the instance of a syntax element. - * * @return Returns error status. 0 - OK, !0 - error */ static int decode_cpe(AACContext *ac, GetBitContext *gb, ChannelElement *cpe) @@ -1496,8 +1494,6 @@ /** * Decode coupling_channel_element; reference: table 4.8. * - * @param elem_id Identifies the instance of a syntax element. - * * @return Returns error status. 0 - OK, !0 - error */ static int decode_cce(AACContext *ac, GetBitContext *gb, ChannelElement *che) @@ -1864,7 +1860,6 @@ /** * channel coupling transformation interface * - * @param index index into coupling gain array * @param apply_coupling_method pointer to (in)dependent coupling function */ static void apply_channel_coupling(AACContext *ac, ChannelElement *cc,
--- a/acelp_pitch_delay.h Fri Jul 02 11:09:12 2010 +0000 +++ b/acelp_pitch_delay.h Fri Jul 02 11:19:29 2010 +0000 @@ -85,8 +85,6 @@ * \brief Decode pitch delay of the first subframe encoded by 9 bits * with 1/6 precision. * \param ac_index adaptive codebook index (9 bits) - * \param pitch_delay_min lower bound (integer) of pitch delay interval for - * second subframe * * \return pitch delay in 1/6 units * @@ -147,7 +145,6 @@ * \param mr_energy mean innovation energy and fixed-point correction (7.13) * \param quant_energy [in/out] past quantized energies (5.10) * \param subframe_size length of subframe - * \param ma_pred_order MA prediction order * * \return quantized fixed-codebook gain (14.1) *
--- a/cook.c Fri Jul 02 11:09:12 2010 +0000 +++ b/cook.c Fri Jul 02 11:19:29 2010 +0000 @@ -945,11 +945,8 @@ * * @param q pointer to the COOKContext * @param inbuffer pointer to the inbuffer - * @param sub_packet_size subpacket size * @param outbuffer pointer to the outbuffer */ - - static void decode_subpacket(COOKContext *q, COOKSubpacket* p, const uint8_t *inbuffer, int16_t *outbuffer) { int sub_packet_size = p->size; /* packet dump */
--- a/escape124.c Fri Jul 02 11:09:12 2010 +0000 +++ b/escape124.c Fri Jul 02 11:19:29 2010 +0000 @@ -200,8 +200,6 @@ * @param avctx decoder context * @param data decoded frame * @param data_size size of the decoded frame - * @param buf input buffer - * @param buf_size input buffer size * @return 0 success, -1 on error */ static int escape124_decode_frame(AVCodecContext *avctx,
--- a/fraps.c Fri Jul 02 11:09:12 2010 +0000 +++ b/fraps.c Fri Jul 02 11:19:29 2010 +0000 @@ -123,8 +123,6 @@ * @param avctx codec context * @param data output AVFrame * @param data_size size of output data or 0 if no picture is returned - * @param buf input data frame - * @param buf_size size of input data frame * @return number of consumed bytes on success or negative if decode fails */ static int decode_frame(AVCodecContext *avctx,
--- a/lsp.h Fri Jul 02 11:09:12 2010 +0000 +++ b/lsp.h Fri Jul 02 11:19:29 2010 +0000 @@ -48,7 +48,6 @@ * * @param[in,out] lsf LSFs in Hertz * @param min_spacing minimum distance between two consecutive lsf values - * @param size size of the lsf vector */ void ff_set_min_dist_lsf(float *lsf, double min_spacing, int order);
--- a/qdm2.c Fri Jul 02 11:09:12 2010 +0000 +++ b/qdm2.c Fri Jul 02 11:19:29 2010 +0000 @@ -942,7 +942,6 @@ * This is similar to process_subpacket_9, but for a single channel and for element [0] * same VLC tables as process_subpacket_9 are used. * - * @param q context * @param quantized_coeffs pointer to quantized_coeffs[ch][0] * @param gb bitreader context * @param length packet length in bits