diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-08-09 03:03:26 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-08-09 03:49:44 +0200 |
commit | 36a8c43073114cffc6ea147178f227a95e40a59f (patch) | |
tree | 580f16a7568a76a367e272b2800ee696e8adcbae /libavcodec | |
parent | 24d3796d218ed160fce767b1489115cb7e514867 (diff) | |
download | ffmpeg-36a8c43073114cffc6ea147178f227a95e40a59f.tar.gz |
doxygen: qdm2: Drop documentation for non-existing function parameters
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/qdm2.c | 2 |
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) { |