diff options
author | Diego Biurrun <diego@biurrun.de> | 2010-07-02 11:19:29 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2010-07-02 11:19:29 +0000 |
commit | 09f6a45dc28f229d4cb1e31dffdea868501dfb43 (patch) | |
tree | 1a11d298c2f3950f3fad2ca6526c4c760ece3841 /libavcodec/aacdec.c | |
parent | c4e12a9fa4d4f524d7a5832d82594c6b72e2ecae (diff) | |
download | ffmpeg-09f6a45dc28f229d4cb1e31dffdea868501dfb43.tar.gz |
Remove non-existing stray arguments from Doxygen function documentation.
Originally committed as revision 23976 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aacdec.c')
-rw-r--r-- | libavcodec/aacdec.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c index e375d1f98b..19e16f8b8b 100644 --- a/libavcodec/aacdec.c +++ b/libavcodec/aacdec.c @@ -1453,8 +1453,6 @@ static void apply_intensity_stereo(ChannelElement *cpe, int ms_present) /** * 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 @@ static int decode_cpe(AACContext *ac, GetBitContext *gb, ChannelElement *cpe) /** * 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 @@ static void apply_independent_coupling(AACContext *ac, /** * 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, |