summaryrefslogtreecommitdiff
path: root/libavcodec/qdm2.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-08-09 03:03:26 +0200
committerDiego Biurrun <diego@biurrun.de>2012-08-09 03:49:44 +0200
commit36a8c43073114cffc6ea147178f227a95e40a59f (patch)
tree580f16a7568a76a367e272b2800ee696e8adcbae /libavcodec/qdm2.c
parent24d3796d218ed160fce767b1489115cb7e514867 (diff)
doxygen: qdm2: Drop documentation for non-existing function parameters
Diffstat (limited to 'libavcodec/qdm2.c')
-rw-r--r--libavcodec/qdm2.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/qdm2.c b/libavcodec/qdm2.c
index 945999e126..4d3b3915fb 100644
--- a/libavcodec/qdm2.c
+++ b/libavcodec/qdm2.c
@@ -1086,7 +1086,6 @@ static void process_subpacket_9 (QDM2Context *q, QDM2SubPNode *node)
*
* @param q context
* @param node pointer to node with packet
- * @param length packet length in bits
*/
static void process_subpacket_10 (QDM2Context *q, QDM2SubPNode *node)
{
@@ -1135,7 +1134,6 @@ static void process_subpacket_11 (QDM2Context *q, QDM2SubPNode *node)
*
* @param q context
* @param node pointer to node with packet
- * @param length packet length in bits
*/
static void process_subpacket_12 (QDM2Context *q, QDM2SubPNode *node)
{