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/qdm2.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/qdm2.c')
-rw-r--r-- | libavcodec/qdm2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/qdm2.c b/libavcodec/qdm2.c index d88d03a212..87dd0717e8 100644 --- a/libavcodec/qdm2.c +++ b/libavcodec/qdm2.c @@ -942,7 +942,6 @@ static void synthfilt_build_sb_samples (QDM2Context *q, GetBitContext *gb, int l * 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 |