From 34d3376902e77224d392335b8eb4162a260a70af Mon Sep 17 00:00:00 2001 From: Guillaume Poirier Date: Mon, 6 Nov 2006 10:39:07 +0000 Subject: Fix wrong params name in PUT_UTF8 doxy comments Originally committed as revision 6913 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil') diff --git a/libavutil/common.h b/libavutil/common.h index 12b9937..2aaabfa 100644 --- a/libavutil/common.h +++ b/libavutil/common.h @@ -338,7 +338,7 @@ static inline int ff_get_fourcc(const char *s){ } /*! - * \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 -- cgit v1.1