[Ffmpeg-cvslog] r6913 - trunk/libavutil/common.h

gpoirier subversion
Mon Nov 6 11:39:08 CET 2006


Author: gpoirier
Date: Mon Nov  6 11:39:07 2006
New Revision: 6913

Modified:
   trunk/libavutil/common.h

Log:
Fix wrong params name in PUT_UTF8 doxy comments


Modified: trunk/libavutil/common.h
==============================================================================
--- trunk/libavutil/common.h	(original)
+++ trunk/libavutil/common.h	Mon Nov  6 11:39:07 2006
@@ -338,7 +338,7 @@
     }
 
 /*!
- * \def PUT_UTF8(val, GET_BYTE, ERROR)
+ * \def PUT_UTF8(val, tmp, PUT_BYTE)
  * converts a 32-bit unicode character to its utf-8 encoded form (up to 6 bytes long).
  * \param val is an input only argument and should be of type uint32_t. It holds
  * a ucs4 encoded unicode character that is to be converted to utf-8. If




More information about the ffmpeg-cvslog mailing list