[FFmpeg-cvslog] doxygen: qdm2: Drop documentation for non-existing function parameters

Diego Biurrun git at videolan.org
Fri Aug 10 04:52:03 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Aug  9 03:03:26 2012 +0200| [36a8c43073114cffc6ea147178f227a95e40a59f] | committer: Diego Biurrun

doxygen: qdm2: Drop documentation for non-existing function parameters

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=36a8c43073114cffc6ea147178f227a95e40a59f
---

 libavcodec/qdm2.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/qdm2.c b/libavcodec/qdm2.c
index 945999e..4d3b391 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)
 {



More information about the ffmpeg-cvslog mailing list