diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-21 23:33:01 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-28 20:48:43 +0100 |
commit | cfac648e6af31e1ea58ddc753677761d83d89710 (patch) | |
tree | b4cab3a0a69f370a12c8d9407bddc0c2a8b47d5a /libavcodec/aacdec.c | |
parent | fc9bc08dca9ac32526251e19fcf738d23b8c68d1 (diff) | |
download | ffmpeg-cfac648e6af31e1ea58ddc753677761d83d89710.tar.gz |
doxygen: Remove documentation for non-existing parameters; misc small fixes.
Diffstat (limited to 'libavcodec/aacdec.c')
-rw-r--r-- | libavcodec/aacdec.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c index 186de96856..811ec0bd9d 100644 --- a/libavcodec/aacdec.c +++ b/libavcodec/aacdec.c @@ -399,8 +399,6 @@ static uint64_t sniff_channel_order(uint8_t (*layout_map)[3], int tags) /** * Configure output channel order based on the current program configuration element. * - * @param che_pos current channel position configuration - * * @return Returns error status. 0 - OK, !0 - error */ static av_cold int output_configure(AACContext *ac, @@ -442,8 +440,6 @@ static av_cold int output_configure(AACContext *ac, /** * Decode an array of 4 bit element IDs, optionally interleaved with a stereo/mono switching bit. * - * @param cpe_map Stereo (Channel Pair Element) map, NULL if stereo bit is not present. - * @param sce_map mono (Single Channel Element) map * @param type speaker type/position for these channels */ static void decode_channel_map(uint8_t layout_map[][3], |