]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Fix wrong params name in PUT_UTF8 doxy comments
authorgpoirier <gpoirier@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 6 Nov 2006 10:39:07 +0000 (10:39 +0000)
committergpoirier <gpoirier@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 6 Nov 2006 10:39:07 +0000 (10:39 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6913 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavutil/common.h

index 12b9937ac5d49fc50779d814d6c6175130cb9cd4..2aaabfa56716dd05185bcb3ea8c0594d6f27de2b 100644 (file)
@@ -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