[SCM] libav/experimental: Use correct doxygen syntax

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:11:38 UTC 2013


The following commit has been merged in the experimental branch:
commit 1917a51809a457fdcf34378644f9b269f5a9b134
Author: Peter Ross <pross at xvid.org>
Date:   Sun Jul 18 08:13:11 2010 +0000

    Use correct doxygen syntax
    
    Originally committed as revision 24302 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/sauce.h b/libavformat/sauce.h
index 63641e8..edf266a 100644
--- a/libavformat/sauce.h
+++ b/libavformat/sauce.h
@@ -27,8 +27,8 @@
 
 /**
  * @param avctx AVFormatContext
- * @param fsize[out] return length of file, less SAUCE header
- * @param got_width[out] set to non-zero if SAUCE header reported height
+ * @param[out] fsize return length of file, less SAUCE header
+ * @param[out] got_width set to non-zero if SAUCE header reported height
  * @param get_height Tell SAUCE header to parse height
  */
 int ff_sauce_read(AVFormatContext *avctx, uint64_t *fsize, int *got_width, int get_height);

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list