[FFmpeg-cvslog] r23595 - trunk/libavfilter/parseutils.h

stefano subversion
Sun Jun 13 11:32:01 CEST 2010


Author: stefano
Date: Sun Jun 13 11:32:01 2010
New Revision: 23595

Log:
Resort @param in av_get_token() doxy to reflect the same order they
have in the function.

Modified:
   trunk/libavfilter/parseutils.h

Modified: trunk/libavfilter/parseutils.h
==============================================================================
--- trunk/libavfilter/parseutils.h	Sun Jun 13 11:27:09 2010	(r23594)
+++ trunk/libavfilter/parseutils.h	Sun Jun 13 11:32:01 2010	(r23595)
@@ -34,9 +34,9 @@
  * The normal \ and ' escaping is supported. Leading and trailing
  * whitespaces are removed.
  *
- * @param term a 0-terminated list of terminating chars
  * @param buf the buffer to parse, buf will be updated to point to the
  * terminating char
+ * @param term a 0-terminated list of terminating chars
  * @return the malloced unescaped string, which must be av_freed by
  * the user
  */



More information about the ffmpeg-cvslog mailing list