[FFmpeg-cvslog] r24302 - trunk/libavformat/sauce.h

pross subversion
Sun Jul 18 10:13:11 CEST 2010


Author: pross
Date: Sun Jul 18 10:13:11 2010
New Revision: 24302

Log:
Use correct doxygen syntax

Modified:
   trunk/libavformat/sauce.h

Modified: trunk/libavformat/sauce.h
==============================================================================
--- trunk/libavformat/sauce.h	Sun Jul 18 10:06:55 2010	(r24301)
+++ trunk/libavformat/sauce.h	Sun Jul 18 10:13:11 2010	(r24302)
@@ -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);



More information about the ffmpeg-cvslog mailing list