summaryrefslogtreecommitdiff
path: root/libavcodec/aacps.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-07-02 13:23:35 +0200
committerDiego Biurrun <diego@biurrun.de>2011-07-03 18:30:02 +0200
commit24c9babaaf458f943ed1ef74628d157ac29c5d5f (patch)
treeaeb679b6514b4f1559b444ccc9e781d8e09ca13d /libavcodec/aacps.c
parent01c17c88ede76f8321cf2c59a535dbbc5b5ff989 (diff)
doxygen: Fix parameter names to match the function prototypes.
Diffstat (limited to 'libavcodec/aacps.c')
-rw-r--r--libavcodec/aacps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aacps.c b/libavcodec/aacps.c
index 724c13256a..d818790a6f 100644
--- a/libavcodec/aacps.c
+++ b/libavcodec/aacps.c
@@ -77,7 +77,7 @@ static VLC vlc_ps[10];
* @param avctx contains the current codec context
* @param gb pointer to the input bitstream
* @param ps pointer to the Parametric Stereo context
- * @param par pointer to the parameter to be read
+ * @param PAR pointer to the parameter to be read
* @param e envelope to decode
* @param dt 1: time delta-coded, 0: frequency delta-coded
*/