changeset 131:e10026931162 libavutil

Fix wrong params name in PUT_UTF8 doxy comments
author gpoirier
date Mon, 06 Nov 2006 10:39:07 +0000
parents dc1ff57e1b08
children 589af48c86f4
files common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Mon Nov 06 10:35:54 2006 +0000
+++ b/common.h	Mon Nov 06 10:39:07 2006 +0000
@@ -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